-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.57 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.57 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
44
45
46
{
"name": "punnett-square",
"version": "1.0.0",
"description": "*** ## Synopsis ### Game <p>In the far reaches of the universe lies planet L2klbs. L2klbs is renowned for it's harsh weather and environment. It is up to you and your species to survive! </p>",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"bundle": "watchify -t [ babelify --presets [react es2015 ] ] public/js/script.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/script.js -o ./public/js/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ellun/punnett-square.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ellun/punnett-square/issues"
},
"homepage": "https://github.com/Ellun/punnett-square#readme",
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"bcrypt": "^0.8.5",
"body-parser": "^1.15.0",
"browserify": "^13.0.0",
"dotenv": "^2.0.0",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"jquery": "^2.2.2",
"jquery-ui": "^1.10.5",
"jsonwebtoken": "^5.7.0",
"minifyify": "^7.3.2",
"morgan": "^1.7.0",
"path": "^0.12.7",
"pg-promise": "^3.4.3",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"react-router": "^2.0.1",
"request": "^2.69.0",
"uglifyify": "^3.0.1",
"watchify": "^3.7.0"
}
}