forked from bsanth/electron-angular2
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 938 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 938 Bytes
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
{
"name": "electron-angular2",
"version": "0.0.0",
"description": "Starter app for electron-angular2",
"main": "app/index.js",
"scripts": {
"build": "tsc -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bsanth/electron-angular2.git"
},
"author": "Santhosh Kumar Bala Krishnan",
"license": "MIT",
"bugs": {
"url": "https://github.com/bsanth/electron-angular2/issues"
},
"homepage": "https://github.com/bsanth/electron-angular2#readme",
"devDependencies": {
"electron-prebuilt": "^0.30.1",
"jspm": "^0.15.7"
},
"jspm": {
"directories": {
"baseURL": "browser"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"core-js": "npm:core-js@^0.9.4"
}
},
"dependencies": {
"angular2": "^2.0.0-alpha.32",
"reflect-metadata": "^0.1.0",
"systemjs": "^0.18.4"
}
}