-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.05 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.05 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
{
"name": "pongHacks",
"version": "1.0.0",
"description": "Ping Pong Leaderboard",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PureHacks/ponghacks.git"
},
"keywords": [
"pingpong"
],
"author": "@PureHacks",
"license": "ISC",
"bugs": {
"url": "https://github.com/PureHacks/ponghacks/issues"
},
"homepage": "https://github.com/PureHacks/ponghacks",
"dependencies": {
"arpad": "^0.1.0",
"async": "^1.0.0",
"body-parser": "^1.12.4",
"coffee-script": "^1.9.3",
"colors": "^1.1.0",
"ejs": "^2.3.1",
"express": "^4.12.4",
"express-validator": "^2.11.0",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-nodemon": "^2.0.3",
"gulp-stylus": "^2.0.3",
"gulp-watch": "^4.2.4",
"multer": "^0.1.8",
"mysql": "^2.7.0",
"request": "^2.56.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.3.5"
}
}