-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 723 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 723 Bytes
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
{
"name": "hover-api",
"version": "1.0.0",
"description": "Hover DNS API Client",
"main": "index.js",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "github.com:swhite24/hover-api"
},
"keywords": [
"hover",
"hover.com",
"dns",
"api"
],
"author": "Steven White <swhitewvu24@gmail.com> (http://stevenwhite.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/swhite24/hover-api/issues"
},
"homepage": "https://github.com/swhite24/hover-api",
"devDependencies": {
"mocha": "^2.1.0",
"should": "^4.5.1"
},
"dependencies": {
"lodash": "^2.4.1",
"request": "^2.51.0",
"tough-cookie": "^0.12.1"
}
}