-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 983 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
{
"author": "Joseph Gentle <[email protected]>",
"name": "boilerplate",
"description": "A multiplayer steam-based CPU simulator",
"version": "0.0.0",
"repository": {
"url": "https://github.com/josephg/boilerplate"
},
"main": "server.js",
"dependencies": {
"adjective-adjective-animal": "^1.3.3",
"body-parser": "^1.15.0",
"boilerplate-jit": "^3.0.1",
"browserify": "^14.4.0",
"express": "^4.13.4",
"express-session": "^1.13.0",
"glslify": "^6.1.0",
"isomorphic-fetch": "^2.2.1",
"level": "^4.0.0",
"level-session-store": "^2.0.1",
"passport": "^0.4.0",
"passport-github2": "^0.1.10",
"passport-local": "^1.0.0",
"password-hash-and-salt": "^0.1.3",
"uglifyify": "^4.0.4",
"unassertify": "^2.0.4",
"yo-yo": "^1.2.1",
"yo-yoify": "^4.0.0"
},
"browserify": {
"transform": [
"glslify"
]
},
"scripts": {
"postinstall": "make clean all-min"
},
"devDependencies": {}
}