-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 861 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
{
"name": "node-active-resource",
"version": "1.4.9",
"author": "Prashant Chaudhari <[email protected]>",
"description": "ORM that maps REST resources to JavaScript Objects",
"contributors": [],
"repository": {
"type": "git",
"url": "git+https://github.com/prcongithub/node-active-resource.git"
},
"dependencies": {
"extend": "*",
"qs": "^6.13.0",
"query-string": "^9.0.0",
"underscore": ">=1.12.1",
"underscore.string": "^3.3.5"
},
"engines": {
"node": ">=0.8.0"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/prcongithub/node-active-resource/issues"
},
"homepage": "https://github.com/prcongithub/node-active-resource#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"directories": {
"lib": "lib"
}
}