forked from zlcaosh/Paris
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 945 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": "Paris",
"version": "0.1.0",
"description": "An online Texas Hold'em game.",
"main": "app.js",
"directories": {
"test": "tests"
},
"dependencies": {
"body-parser": "^1.12.3",
"express": "^4.12.3",
"jade": "^1.9.2",
"socket.io": "^1.3.5"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-develop-server": "^0.4.2",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.10.0",
"gulp-minify-css": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.1",
"gulp-uglify": "^1.2.0",
"nib": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:stonemaze/Paris.git"
},
"author": "Stonewiz",
"license": "MIT",
"bugs": {
"url": "https://github.com/stonemaze/Paris/issues"
},
"homepage": "https://github.com/stonemaze/Paris"
}