-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
71 lines (71 loc) · 1.67 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "railroad",
"version": "0.0.1",
"description": "Game for rzd",
"author": "Ivan Popelyshev",
"contributors": [
"Ivan Popelyshev <[email protected]>",
"Stanislav Findeisen <[email protected]>"
],
"main": "./src/index.js",
"bugs": {
"url": "https://bitbucket.org/bombermine/railroad/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://[email protected]/bombermine/railroad.git"
},
"keywords": [
"pixi",
"railroad"
],
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.5",
"express": "^4.13.3",
"express-session": "^1.11.3",
"express-useragent": "^0.1.9",
"gulp-less": "^3.0.3",
"md5": "^2.0.0",
"mysql": "^2.9.0",
"nconf": "^0.7.2",
"node-cache": "^3.0.0",
"pixi-spine": "^1.0.4",
"pixi.js": "^3.0.7",
"raf": "^3.0.0",
"right-now": "^1.0.0",
"seedrandom": "^2.4.0",
"stats-js": "^1.0.0-alpha1"
},
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"devDependencies": {
"browserify": "^9.0.3",
"chai": "^2.1.1",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-cached": "^1.0.2",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-mirror": "^0.4.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-less": "^3.0.3",
"jshint-summary": "^0.4.0",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.2.1"
},
"browserify": {
"transform": []
}
}