-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.66 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@runnable/api-client",
"version": "9.2.9",
"description": "Runnable API Client",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=browser-test mocha",
"test-browser": "NODE_ENV=browser-test NODE_PATH=./lib testling -u",
"test-watch": "nodemon --exec npm test",
"build": "NODE_ENV=build node --eval 'require(\"./index\")'"
},
"repository": {
"type": "git",
"url": "https://github.com/Runnable/api-client.git"
},
"keywords": [
"runnable",
"api",
"rest",
"client",
"runnable",
"api",
"runnable",
"client",
"runnable",
"api",
"client"
],
"author": "Bryan Kendall <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Runnable/api-client/issues"
},
"homepage": "https://github.com/Runnable/api-client",
"dependencies": {
"101": "^1.1.0",
"@runnable/hostname": "^3.0.0",
"bluebird": "^3.3.5",
"boom": "~2.4.1",
"clone": "^1.0.2",
"debug": "~0.8.1",
"deep-equal": "^1.0.0",
"extend": "^1.3.0",
"json-hash": "0.0.4",
"keypather": "^1.8.1",
"moment": "^2.14.1",
"request": "^2.36.0",
"simple-api-client": "~0.6.0",
"url-join": "0.0.1",
"uuid": "~1.4.1",
"xtend": "^3.0.0"
},
"devDependencies": {
"chai": "^1.9.1",
"express": "^4.12.2",
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.11",
"mocha": "^2.5.3",
"nodemon": "~1.10.2",
"sinon": "^1.14.1",
"sinon-as-promised": "^4.0.3"
},
"testling": {
"browsers": [
"chrome"
],
"harness": "mocha",
"files": [
"test/*.js"
]
}
}