-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "Backbone.Manager",
"version": "2.0.4",
"description": "State-Based Routing/Control Manager for Backbone",
"homepage": "https://github.com/novu/backbone.manager",
"bugs": "https://github.com/novu/backbone.manager/issues",
"main": "./release/backbone.manager.js",
"dependencies": {
"backbone": "^1.1.2",
"jquery": "^2.1.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^2.2.0",
"coveralls": "^2.11.2",
"gulp": "^3.8.10",
"gulp-bump": "^0.3.0",
"gulp-coffee": "^2.2.0",
"gulp-coveralls": "^0.1.3",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.8.1",
"gulp-mocha": "^2.0.1",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-strip-code": "^0.1.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jsdom": "^3.1.2",
"mocha": "^2.0.1",
"mocha-lcov-reporter": "0.0.2",
"run-sequence": "^1.0.2",
"sinon": "^1.11.1",
"sinon-chai": "^2.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/novu/Backbone.Manager.git"
},
"scripts": {
"prepublish": "gulp release",
"test": "gulp test"
},
"keywords": [
"backbone",
"backbone.manager"
],
"author": "Johnathon Sanders",
"license": "MIT"
}