-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 868 Bytes
/
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
{
"private": true,
"name": "varinode-js-sdk",
"version": "0.1.1",
"description": "JavaScript SDK for Varinode's API.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/mjk/varinode-js-sdk"
},
"keywords": [
"varinode"
],
"author": "Matthew Keesan <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/mjk/varinode-js-sdk/issues"
},
"homepage": "https://github.com/mjk/varinode-js-sdk",
"dependencies": {
"bunyan": "1.2.x",
"request": "^2.42.0",
"MD5": "^1.0.0"
},
"devDependencies": {
"MD5": "^1.0.0",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"grunt-jsdoc": "^0.5.7",
"grunt-mocha-test": "^0.12.4",
"mocha": "^1.21.4",
"request": "^2.42.0",
"sinon": "^1.10.3"
}
}