-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.3 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
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
{
"name": "pewpew",
"version": "1.0.0",
"description": "Action Pact Space Shooter",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "watchify -t [ babelify --presets [react es2015 ] ] public/js/app.js -o public/js/bundle.js -d",
"postinstall": "./node_modules/browserify/bin/cmd.js -t [ babelify --presets [ react es2015 ] ] -t uglifyify -d -p [ minifyify --no-map ] ./public/js/app.js -o ./public/js/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ellun/pewpew.git"
},
"author": "Elton Cheng",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ellun/pewpew/issues"
},
"homepage": "https://github.com/Ellun/pewpew#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"bcrypt": "^0.8.6",
"browserify": "^13.0.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"jquery": "^2.2.3",
"jsonwebtoken": "^5.7.0",
"minifyify": "^7.3.3",
"morgan": "^1.7.0",
"path": "^0.12.7",
"pg-promise": "^3.9.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.3.0",
"uglifyify": "^3.0.1",
"watchify": "^3.7.0"
}
}