forked from superpowers/superpowers-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.23 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "superpowers",
"description": "Superpowers, the HTML5 2D+3D game maker",
"version": "4.0.0",
"license": "ISC",
"main": "./server/index.js",
"repository": {
"type": "git",
"url": "https://github.com/superpowers/superpowers-core.git"
},
"scripts": {
"build": "node scripts/build.js",
"start": "node server start",
"package": "node scripts/package.js"
},
"superpowers": {
"appApiVersion": 4
},
"devDependencies": {
"@types/async": "^2.0.32",
"@types/async-lock": "0.0.19",
"@types/body-parser": "0.0.33",
"@types/cookie-parser": "^1.3.30",
"@types/electron": "1.4.25",
"@types/express": "^4.0.33",
"@types/express-session": "0.0.32",
"@types/js-cookie": "^2.0.28",
"@types/lodash": "^4.14.37",
"@types/mkdirp": "^0.3.29",
"@types/node": "^6.0.46",
"@types/passport": "^0.2.33",
"@types/passport-local": "^1.0.29",
"@types/recursive-readdir": "^1.2.28",
"@types/rimraf": "0.0.28",
"@types/socket.io": "^1.4.27",
"@types/socket.io-client": "^1.4.27",
"@types/tv4": "^1.2.28",
"@types/yargs": "0.0.36",
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"chalk": "^1.1.1",
"gulp": "^3.9.0",
"gulp-concat-css": "^2.2.0",
"gulp-jade": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.3.0",
"gulp-tslint": "^4.3.1",
"gulp-typescript": "3.1.1",
"gulp-util": "^3.0.7",
"simple-dialogs": "^2.0.0",
"socket.io-client": "^1.4.4",
"tslint": "^3.12.1",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"async": "^1.5.2",
"async-lock": "^0.3.8",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.1",
"dnd-tree-view": "^4.0.0",
"express": "^4.13.3",
"express-session": "^1.13.0",
"follow-redirects": "0.0.7",
"fuzzy": "^0.1.1",
"js-cookie": "^2.1.0",
"lodash": "^4.8.1",
"mkdirp": "^0.5.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport.socketio": "^3.6.1",
"recursive-readdir": "^1.3.0",
"resize-handle": "^5.0.0",
"rimraf": "^2.5.0",
"socket.io": "^1.4.4",
"tab-strip": "^2.3.0",
"tv4": "^1.2.7",
"typescript": "^2.0.6",
"yargs": "^3.32.0",
"yauzl": "^2.4.1"
}
}