-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 888 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
{
"name": "tronManager",
"version": "0.0.1",
"description": "AngularJS desktop client Manager",
"author": "alan-K-R",
"main": "main.js",
"scripts": {
"start": "electron .",
"package": "electron-packager ./ tronManager --all --out ~/Desktop/tronManager --electron-version 1.4.15 --overwrite"
},
"repository": "https://github.com/alan-K-R/tron-clientManager.git",
"keywords": [
"client",
"Management",
"Desktop"
],
"license": "MIT",
"devDependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-material": "^1.1.1",
"angular-material-data-table": "^0.10.10",
"angular-route": "^1.6.1",
"bootstrap": "^3.3.7",
"electron": "^1.4.1",
"electron-packager": "^8.5.1",
"font-awesome": "^4.7.0",
"jquery": "^3.1.1"
},
"dependencies": {
"express": "^4.14.0",
"mysql": "^2.12.0"
}
}