forked from googlearchive/backbonefire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.12 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
{
"name": "backfire",
"version": "0.3.0",
"description": "An officially supported Backbones binding for Firebase.",
"main": "backbone-firebase.js",
"repository": {
"type": "git",
"url": "https://github.com/firebase/backfire.git"
},
"bugs": {
"url": "https://github.com/firebase/backfire/issues"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run --no-auto-watch"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-notify": "~0.2.7",
"grunt-contrib-watch": "~0.5.1",
"grunt-contrib-jshint": "~0.6.2",
"grunt-exec": "~0.4.2",
"karma-mocha": "~0.1.0",
"karma-chai": "0.0.2",
"karma-sinon": "~1.0.0",
"mocha": "~1.14.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
"requirejs": "~2.1.9",
"karma-requirejs": "~0.2.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.12.8",
"chai-backbone": "~0.9.2"
}
}