-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 884 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": "backbone-proxy_",
"version": "0.1.1",
"author": "biril <[email protected]>",
"description": "Model proxies for Backbone",
"contributors": [],
"main": "./backbone-proxy.js",
"repository": {
"type": "git",
"url": "https://github.com/biril/backbone-proxy"
},
"bugs": "https://github.com/biril/backbone-proxy/issues",
"license": "MIT",
"keywords": [
"backbone",
"model",
"proxy"
],
"dependencies": {
"underscore": ">=1.5.0",
"backbone": "1.1.2"
},
"devDependencies": {
"qunit": "0.7.x",
"jshint": "2.5.x",
"docco": "0.6.x"
},
"scripts": {
"test": "node ./test/testrunner.js",
"lint": "jshint --show-non-errors backbone-proxy.js test/testrunner.js test/test-*.js",
"doc": "docco backbone-proxy.js"
},
"engines": {
"node": ">=0.8"
},
"directories": {
"test": "test"
}
}