-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.43 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
{
"name": "typhonjs-core-backbone-multistorage",
"version": "0.1.0",
"homepage": "https://github.com/typhonjs/typhonjs-core-backbone-multistorage",
"description": "Provides an adapter using typhonjs-core-multistorage for backbone-es6.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-backbone/typhonjs-core-backbone-multistorage.git"
},
"bugs": {
"url": "https://github.com/typhonjs-backbone/typhonjs-core-backbone-multistorage/issues"
},
"jspm": {
"main": "src/multistorage.js",
"dependencies": {
"backbone": "github:typhonjs-backbone/backbone-es6@master",
"typhonjs-core-multistorage": "github:typhonjs-common/typhonjs-core-multistorage@master"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.0",
"babel-runtime": "npm:babel-runtime@^5.0.0",
"core-js": "npm:core-js@^1.0.0",
"jquery": "npm:jquery@^2.0.0",
"node-localstorage": "npm:node-localstorage@^1.0.0",
"underscore": "npm:underscore@^1.0.0"
}
},
"devDependencies": {
"gulp": "^3.0.0",
"jspm": "^0.16.0",
"typhonjs-config-eslint": "^0.4.0",
"typhonjs-core-gulptasks": "^0.6.0",
"typhonjs-npm-build-test": "^0.1.0"
},
"scripts": {
"test": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha.js",
"test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul-report.js"
}
}