-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 991 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 991 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
32
33
34
35
36
37
38
39
{
"name": "backbone.composer",
"version": "0.2.3",
"description": "Backbone View plugin to simplify compose complex views with subviews",
"main": "backbone.composer.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/nnance/backbone-composer.git"
},
"keywords": [
"Backbone"
],
"author": "Nick Nance",
"license": "MIT",
"bugs": {
"url": "https://github.com/nnance/backbone-composer/issues"
},
"homepage": "https://github.com/nnance/backbone-composer",
"dependencies": {
"jquery": "^2.1.1",
"backbone": ">=0.9.9 <=1.2.3",
"underscore": ">=1.4.0 <=1.8.3"
},
"devDependencies": {
"chai": "^3.0.0",
"chai-backbone": "^0.9.2",
"chai-jquery": "^2.0.0",
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha-phantomjs": "^0.6.0",
"mocha": "^2.1.0",
"sinon": "^1.10.3",
"sinon-chai": "^2.5.0"
}
}