forked from BackboneSubroute/backbone.subroute
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.4 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "backbone.subroute",
"description": "Backbone.subroute extends the functionality of Backbone.router such that each of an application's modules can define its own module-specific routes.",
"version": "0.4.3",
"homepage": "https://github.com/ModelN/backbone.subroute",
"author": {
"name": "Dave Cadwallader",
"email": "dcadwallader@gmail.com",
"url": "http://geekdave.com"
},
"github": "https://github.com/ModelN/backbone.subroute",
"repository": {
"type": "git",
"url": "git://github.com/ModelN/backbone.subroute.git"
},
"bugs": {
"url": "https://github.com/ModelN/backbone.subroute/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ModelN/backbone.subroute/blob/master/LICENSE"
}
],
"main": "backbone.subroute.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-cli": "~0.1",
"grunt-jsbeautifier": "~0.2.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-template-jasmine-requirejs": "~0.1.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-template-jasmine-istanbul": "~0.2.4",
"jasmine-sinon": "~0.3.1",
"sinon": "~1.7.3",
"underscore": "~1.5.2",
"backbone": "~1.1.0"
},
"keywords": [
"backbone",
"plugin"
]
}