-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 894 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": "rest-js",
"version": "1.1.3",
"description": "Interact with a Rest-API. Works on client and server (node.js).",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node node_modules/jake/bin/cli.js test browser=none --trace"
},
"repository": {
"type": "git",
"url": "git://github.com/der-On/rest-js.git"
},
"keywords": [
"rest"
],
"author": "Ondrej Brinkel <[email protected]> (http://www.anzui.de)",
"license": "MIT",
"bugs": {
"url": "https://github.com/der-On/rest-js/issues"
},
"homepage": "https://github.com/der-On/rest-js",
"devDependencies": {
"async": "0.8.0",
"browserify": "^6.3.3",
"ejs": "2.5.7",
"istanbul": "0.2.9",
"jake": "0.7.11",
"restify": "2.7.0",
"send": "0.16.1"
},
"dependencies": {
"es6-promise": "^2.1.0",
"superagent": "^0.21.0"
}
}