forked from uber-archive/canduit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 956 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
39
{
"name": "canduit",
"version": "1.2.0",
"description": "Node.js Phabricator Conduit API client",
"main": "canduit.js",
"scripts": {
"test": "node test",
"jshint": "jshint --verbose .",
"cover": "istanbul cover --report cobertura --report html --print detail test",
"add-license-headers": "uber-licence"
},
"repository": {
"type": "git",
"url": "git://github.com/uber/canduit.git"
},
"keywords": [
"phabricator",
"conduit"
],
"author": "Aleksey Smolenchuk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/uber/canduit/issues"
},
"homepage": "https://github.com/uber/canduit",
"dependencies": {
"request": "^2.72.0"
},
"devDependencies": {
"fixed-server": "^0.4.0",
"getport": "^0.1.0",
"istanbul": "^0.4.3",
"jshint": "^2.9.2",
"run-parallel": "^1.1.6",
"tape": "^4.5.1",
"tmp": "^0.0.28",
"uber-licence": "^2.0.2"
}
}