This repository has been archived by the owner on Nov 28, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "gitcapsules",
"version": "0.1.0",
"description": "Redeploy your git env in a flash",
"main": "app/main.js",
"scripts": {
"start": "electron .",
"pack": "build --dir",
"dist": "build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/RingoKam/GitCapsules"
},
"author": "Ringo Kam",
"license": "ISC",
"bugs": {
"url": "https://github.com/RingoKam/GitCapsules/issues"
},
"homepage": "https://github.com/RingoKam/GitCapsules",
"devDependencies": {
"autoprefixer": "^6.6.1",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"css-loader": "^0.26.1",
"electron-builder": "^15.4.3",
"electron-packager": "^8.5.2",
"electron-prebuilt": "^1.4.13",
"file-loader": "^0.9.0",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.14.0",
"electron": "^1.4.14"
},
"build": {
"appId": "com.example.electron-boilerplate",
"files": [
"app/**/*",
"node_modules/**/*",
"package.json"
],
"publish": null
},
"dependencies": {
"angular": "1.6.1",
"angular-animate": "1.6.1",
"angular-aria": "1.6.1",
"angular-bootstrap-npm": "^0.14.3",
"angular-material": "^1.1.1",
"angular-sanitize": "^1.6.3",
"angular-ui-router": "^1.0.0-beta.3",
"angular-utils-pagination": "^0.11.1",
"d3": "^3.5.16",
"electron-notifications": "^0.1.5",
"font-awesome": "^4.7.0",
"git-repo-info": "^1.4.0",
"jquery": "^3.1.1",
"jsdom": "^9.11.0",
"jstree": "^3.3.3",
"lodash": "^4.17.4",
"moment": "2.22.1",
"nedb": "^1.8.0",
"parse-git-config": "^1.1.1",
"q": "^1.4.1"
}
}