-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.33 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
{
"name": "electron-backbone-parse-es6-todos-improved",
"version": "0.1.0",
"homepage": "https://github.com/typhonjs-demos/electron-backbone-parse-es6-todos-improved",
"description": "Creates a desktop app using Electron from electron-backbone-parse-es6-todos-improved.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-demos/electron-backbone-parse-es6-todos-improved.git"
},
"jspm": {
"dependencies": {
"backbone-parse-es6-todos-improved": "github:typhonjs-demos/backbone-parse-es6-todos-improved@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"
},
"overrides": {
"github:typhonjs-demos/backbone-parse-es6-todos-improved@master": {
"main": false,
"files": [
"dist/",
"site/css/",
"site/images/",
"index.html"
],
"dependencies": {},
"devDependencies": {}
}
}
},
"devDependencies": {
"electron-packager": "^7.0.0",
"electron-prebuilt": "^1.0.0",
"gulp": "^3.0.0",
"jspm": "^0.16.0",
"typhonjs-core-gulptasks": "^0.6.0",
"typhonjs-npm-build-test": "^0.1.0"
},
"main": "app.js",
"scripts": {
"postinstall": "jspm install"
}
}