forked from revelytix/backbone-nestify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 882 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
{
"name": "backbone-nestify",
"version": "0.3.0",
"description": "Nest Backbone Models and Collections.",
"scripts": {
"test": "mocha"
},
"dependencies": {
"underscore": "1.5.2",
"backbone": "1.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"chai": "~1.8.0",
"mocha": "~1.13.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0"
},
"homepage": "http://revelytix.github.io/backbone-nestify/",
"main": "backbone-nestify.js",
"repository": {
"type": "git",
"url": "https://github.com/revelytix/backbone-nestify.git"
},
"github": "https://github.com/revelytix/backbone-nestify",
"copyright": "Copyright 2013 Revelytix, Inc. All rights reserved."
}