forked from RWTreichel/meat-and-colonel
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 988 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
40
{
"name": "carcassonne",
"version": "0.0.0",
"description": "Carcassonne for the Web",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/meat-and-colonel/meat-and-colonel.git"
},
"engines": {
"node": "^0.12.x"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.13.1",
"bower": "^1.4.1",
"express": "^4.12.4",
"express-session": "^1.11.3",
"express-socket.io-session": "^1.2.6",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.11.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"lodash": "^3.9.3",
"socket.io": "^1.3.5"
},
"devDependencies": {}
}