-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "DofusTouch-NE",
"version": "2.0.0",
"main": "src/app/main.js",
"description": "Emulateur open source de dofus touch pour Linux/OS X/Windows",
"scripts": {
"install": "bower install",
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "build --dir",
"build": "node build.js",
"distmac": "build --platform darwin",
"start": "electron ./"
},
"author": "Daniel Lefebvre",
"license": "GNU GPLv3",
"dependencies": {
"async": "^2.1.2",
"auto-updater": "^1.0.2",
"browser-es-module-loader": "^0.2.0",
"cheerio": "^0.22.0",
"electron-localshortcut": "^1.0.0",
"electron-plugins": "^0.1.0",
"fs.extra": "^1.3.2",
"fstream": "^1.0.10",
"jquery": "^3.1.1",
"jsonfile": "^2.4.0",
"lodash": "^4.16.4",
"lowdb": "^0.14.0",
"request": "^2.76.0",
"request-progress": "^2.0.1",
"sudo-prompt": "^6.2.0",
"tar": "^2.2.1",
"watch-object": "^1.1.2"
},
"build": {},
"devDependencies": {
"bower": "^1.7.9",
"electron": "^1.4.6",
"electron-builder": "^7.15.2",
"electron-reload": "^1.0.2"
}
}