-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 944 Bytes
/
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": "electron-angular-toolkit",
"version": "0.0.8",
"description": "A tool which helps to build electron applications with angular2",
"main": "lib/index.js",
"bin": "./lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"electron",
"angular2",
"electron-builder"
],
"author": "Cedric Krause",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Cedware/electron-angular-toolkit.git"
},
"devDependencies": {
"@types/node": "0.0.2",
"@types/npm": "^2.0.28",
"npm": "^4.0.3",
"typescript": "^2.1.4"
},
"dependencies": {
"@types/chalk": "^0.4.31",
"@types/electron-builder": "^2.0.29",
"@types/mz": "0.0.30",
"@types/ncp": "^2.0.0",
"chalk": "^1.1.3",
"core-js": "^2.4.1",
"electron-builder": "^10.6.1",
"mz": "^2.6.0",
"ncp": "^2.0.0",
"npm": "^4.0.3"
}
}