-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 1.83 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"author": {
"name": "JM. COLLIN",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/clouderial/payplug-nodejs/issues"
},
"contributors": [
{
"name": "Jean-Marc Collin",
"email": "[email protected]"
}
],
"dependencies": {
"jmcnet": "^1.7.6",
"lodash": "^4.17.21",
"lodash.pluck": "*",
"log4js": "^6.3.0",
"log4js-json-layout": "^2.2.3",
"meld": "*",
"q": "*"
},
"description": "Payplug API for NodeJS",
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"chai-connect-middleware": "0.3.1",
"expect.js": "0.3.1",
"gulp": "^4.0.2",
"gulp-env": "*",
"gulp-istanbul": "1.1.3",
"gulp-jshint": "2.1.0",
"gulp-mocha": "8.0.0",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"jshint": "^2.12.0",
"lazypipe": "^1.0.2",
"mocha": "8.3.2",
"requirejs": "2.3.6",
"rimraf": "3.0.2",
"should": "13.2.3",
"yargs": "^16.2.0"
},
"directories": {},
"engines": {
"node": ">=11.12.0",
"npm": ">=7.11.1"
},
"homepage": "https://github.com/clouderial/payplug-nodejs#readme",
"main": "./lib/payplug-nodejs.js",
"maintainers": [
{
"name": "jmcnet",
"email": "[email protected]"
}
],
"name": "payplug-nodejs",
"optionalDependencies": {},
"private": false,
"readme": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/clouderial/payplug-nodejs.git"
},
"scripts": {
"test": "NODE_PATH=node_modules:. npx gulp testu"
},
"version": "0.2.4",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": "0.12.x",
"npm": "2.15.x"
},
"pkgid": "[email protected]"
}
]
}