-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "node-madgex",
"version": "0.0.9",
"description": "node-madgex",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test",
"test-debug": "mocha --debug-brk --recursive test",
"prepush": "npm test"
},
"author": "GuideSmiths <[email protected]>",
"dependencies": {
"boom": "^2.8.0",
"change-case": "^2.3.0",
"cheerio": "^0.19.0",
"debug": "^2.1.3",
"extend": "^2.0.0",
"handlebars": "^3.0.3",
"json-pointer": "^0.3.0",
"lodash": "^3.8.0",
"nock": "^1.3.0",
"oauth": "^0.9.12",
"request": "^2.55.0",
"when": "^3.7.2",
"xml2js": "^0.4.8"
},
"devDependencies": {
"husky": "^0.7.0",
"mocha": "^2.2.4"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/guidesmiths/node-madgex.git"
},
"keywords": [
"madgex",
"client",
"SOAP",
"REST"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/guidesmiths/node-madgex/issues"
},
"homepage": "https://github.com/guidesmiths/node-madgex"
}