-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "angutron",
"version": "1.0.2",
"description": "Electron Framework made with Angular 5",
"author": "Guilherme Fontenele <https://github.com/fontenele>",
"homepage": "https://github.com/FonteSolutions/angutron#readme",
"license": "MIT",
"preferGlobal": true,
"engines": {
"node": ">=9.0.0"
},
"bin": {
"ngtron": "./bin/ngtron.js"
},
"readmeFilename": "README.md",
"keywords": [
"angutron",
"desktop",
"electron",
"bootstrap",
"angular",
"sqlite3",
"angularjs"
],
"tags": [
"angutron",
"desktop",
"electron",
"bootstrap",
"angular",
"sqlite3",
"angularjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FonteSolutions/angutron.git"
},
"bugs": {
"url": "https://github.com/FonteSolutions/angutron/issues"
},
"dependencies": {
"async-series": "0.0.1",
"chalk": "^2.3.2",
"commander": "^2.15.1",
"inquirer": "^5.2.0",
"lodash": "^4.17.5",
"shelljs": "^0.8.1"
}
}