forked from developmentseed/bones
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (27 loc) · 699 Bytes
/
package.json
File metadata and controls
31 lines (27 loc) · 699 Bytes
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
{
"name": "bones",
"description": "Framework for using backbone.js on the client and server.",
"version": "1.3.30",
"author": {
"name": "Development Seed",
"url": "http://developmentseed.org/",
"email": "info@developmentseed.org"
},
"main": "./bones.js",
"dependencies": {
"underscore": "~1.1.7",
"express": "~2.5.11",
"backbone": "0.3.3",
"jquery": "~1.12.1",
"jsdom": "3.1.2",
"optimist": "~0.6.0",
"mirror": "~0.3.3"
},
"scripts": {
"test": "expresso -I ..",
"coverage": "./test/coverage.sh"
},
"engines": {
"node": "0.4 || 0.6 || 0.8 || 0.10"
}
}