-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "GM_Forge",
"version": "1.0.0",
"description": "Worldbuilding and Tabletop Gaming, without the hassle of online!",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"keywords": [],
"author": "Game Master LLC",
"license": "",
"devDependencies": {
"electron": "3.0.9",
"electron-packager": "^9.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-es6-transpiler": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0"
},
"dependencies": {
"adm-zip": "^0.4.7",
"ajax-request": "^1.2.3",
"archiver": "^2.1.1",
"body-parser": "^1.15.1",
"compression": "^1.7.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"crypto": "0.0.3",
"electron-express": "^1.0.0",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"filereader": "^0.10.3",
"formidable": "^1.1.1",
"latest-version": "^3.1.0",
"mkdirp": "^0.5.1",
"nat-pmp": "^1.0.0",
"nat-upnp": "^1.1.0",
"ngrok": "^3.0.1",
"node-uuid": "^1.4.8",
"request": "^2.72.0",
"rimraf": "^2.6.2",
"socket-ntp": "^0.1.0",
"socket.io": "^1.4.6"
}
}