-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 895 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
{
"name": "surveygizmo-client",
"version": "1.1.1",
"description": "Promise based client for the Survey Gizmo API",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.js"
},
"author": "Chris Wales <[email protected]>",
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5",
"randomstring": "^1.0.6",
"should": "^6.0.3",
"sinon": "^1.14.1"
},
"dependencies": {
"MD5": "^1.2.2",
"bluebird": "^2.9.27",
"lodash": "^4.17.20",
"superagent-bluebird-promise": "^2.0.2",
"traverse": "^0.6.6"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/qwales1/surveygizmo-client.git"
},
"keywords": [
"surveygizmo"
],
"bugs": {
"url": "https://github.com/qwales1/surveygizmo-client/issues"
},
"homepage": "https://github.com/qwales1/surveygizmo-client"
}