forked from alastairparagas/NamecheapAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.11 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
{
"name": "namecheap-api",
"version": "1.0.5",
"description": "Node.JS library for the Namecheap API",
"main": "namecheap-api.js",
"scripts": {
"test": "gulp mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/alastairparagas/NamecheapAPI.git"
},
"keywords": [
"namecheap",
"nodejs",
"library"
],
"author": "Alastair Paragas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/alastairparagas/NamecheapAPI/issues"
},
"homepage": "https://github.com/alastairparagas/NamecheapAPI#readme",
"dependencies": {
"async": "^1.5.2",
"es6-promise": "^2.3.0",
"lodash": "^3.10.1",
"query-string": "^2.4.2",
"request": "^2.69.0",
"xml2js": "^0.4.16"
},
"devDependencies": {
"chai": "^3.5.0",
"colors": "^1.1.2",
"gulp": "^3.9.1",
"gulp-jshint": "^1.12.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.1.0",
"gulp-watch": "^4.3.5",
"jshint-stylish": "^2.1.0",
"mocha": "^2.4.5",
"mockery": "^1.4.0",
"require-uncached": "^1.0.2",
"sinon": "^1.17.3"
}
}