forked from Betterment/backbone.blazer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "backbone.blazer",
"version": "0.0.2",
"description": "a more powerful router for Backbone and Marionette",
"main": "backbone.blazer.js",
"dependencies": {
"backbone": "1.1.2",
"underscore": "1.6.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"chai": "^2.0.0",
"mocha": "^2.1.0",
"grunt-contrib-jshint": "^0.11.0",
"jquery": "^2.1.3",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"jsdom": "^3.0.0",
"grunt-preprocess": "^4.1.0",
"grunt-contrib-uglify": "^0.8.0"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/Betterment/backbone.blazer"
},
"keywords": [
"backbone",
"marionette",
"router",
"route",
"routing"
],
"author": "Sam Moore <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Betterment/backbone.blazer/issues"
},
"homepage": "https://github.com/Betterment/backbone.blazer"
}