-
Notifications
You must be signed in to change notification settings - Fork 83
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 803 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 803 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
{
"name": "backbone-nested",
"version": "2.0.4",
"description": "A plugin to make Backbone.js keep track of nested attributes.",
"scripts": {
"test": "bower install; grunt"
},
"dependencies": {
"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",
"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"
}