-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 953 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
40
41
{
"name": "dark-souls-save-organizer",
"version": "1.0.0",
"description": "An app to organize and backup dark souls saves",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Dark",
"Souls",
"3",
"III",
"save"
],
"author": "GitHub",
"license": "CC0-1.0",
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-material": "^1.1.1",
"angular-messages": "^1.6.1",
"angular-route": "^1.6.1",
"angular-sanitize": "1.6.1",
"lodash": "^4.17.4"
},
"devDependencies": {
"asar": "^0.13.0",
"electron": "^2.0.2",
"fs-jetpack": "^0.10.5",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.3",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.27",
"q": "^1.4.1"
}
}