-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 1.18 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
{
"title": "Backbone Mobile Storage Plugin",
"name": "Backbone.mobileStorage",
"description": "Backbone sync plugin for use with HTML5 native apps built with Phonegap / Cordova",
"version": "0.0.2",
"author": "Paul Cook",
"repository": "http://github.com/levexis/Backbone.mobileStorage",
"private": false,
"contributors": [
"Paul Cook <[email protected]> (http://linkedin.com/in/adtechzen)"
],
"engines": {
"node": "0.10.22"
},
"scripts": {
"start": "app.js",
"test": "./node_modules/karma/bin/karma start"
},
"dependencies": {
"express": "latest"
},
"devDependencies": {
"karma": "~0.10.1",
"karma-coverage" : "~0.2.4",
"karma-mocha": "0.1.3",
"karma-requirejs": "~0.2.2",
"karma-sinon-chai": "~0.1.0",
"karma-chai-backbone": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.3",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-safari-launcher": "~0.1.1",
"karma-ie-launcher": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.0",
"karma-htmlfile-reporter": "0.1.0"
}
}