forked from afeld/backbone-nested
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 873 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
{
"name": "backbone-nested",
"version": "2.0.0",
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
"install": "bower install",
"test": "grunt"
},
"dependencies": {
"jquery": ">=1.8.3",
"underscore": ">=1.5.0",
"backbone": ">=0.9.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-qunit": "~0.2.2",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-test": "~0.8.2",
"grunt-contrib-watch": "~0.5.3",
"jslitmus": "~0.1.0",
"mocha": "~1.17.1"
},
"peerDependencies": {
"grunt-cli": "*",
"bower": "*"
},
"homepage": "http://afeld.github.com/backbone-nested/",
"main": "backbone-nested.js",
"repository": {
"type": "git",
"url": "https://github.com/afeld/backbone-nested.git"
},
"github": "https://github.com/afeld/backbone-nested"
}