-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·46 lines (46 loc) · 1.24 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
{
"name": "project-nostradamus",
"version": "0.0.0",
"description": "2D stealth game with zombies as opponents, based on space station.",
"main": "src/index.js",
"scripts": {
"start": "gulp",
"production": "gulp --production",
"deploy": "gulp deploy",
"deploy-for-testers": "gulp deploy-for-testers",
"scale": "gulp scale",
"document": "jsdoc -d docs src/ src/**"
},
"repository": {
"type": "git",
"url": "https://github.com/PiGames/Project-Nostradamus"
},
"author": "Kacper Pietrzak & Bartosz Legięć",
"license": "CC-BY-NC-4.0",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.12.3",
"browserify": "^13.0.0",
"del": "^2.2.0",
"eslint-config-idiomatic": "^2.1.0",
"eslint": "^3.12.2",
"exorcist": "^0.4.0",
"gulp-buffer": "0.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.0",
"gulp-image-resize": "^0.12.0",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp": "^3.9.1",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.6.0"
},
"dependencies": {
"easystarjs": "^0.3.1",
"gulp-watch": "^4.3.11",
"phaser": "^2.4.7"
}
}