-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 878 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
{
"name": "foos-leaderboard",
"version": "1.0.0",
"description": "Classic Arcade Style Foosball Leaderboard",
"author": "Justin Rubin",
"license": "MIT",
"repository": {
"url": "[email protected]:jsrubin/foos-leaderboard.git"
},
"dependencies": {
"async": "2.0.0-rc.3",
"body-parser": "^1.4.3",
"express": "^4.13.3",
"jsx-loader": "^0.13.1",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-modal": "^1.2.1",
"request": "2.69.0",
"underscore": "1.8.3",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.4.7"
},
"devDependencies": {},
"scripts": {
"bundle": "webpack",
"start": "node app.js",
"monitor": "nodemon app.js",
"deploy": "gcloud preview app deploy app.yaml",
"lint": "jshint --exclude-path=.gitignore .",
"test": "npm run lint"
},
"engines": {
"node": ">=0.12.7"
}
}