-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 853 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
{
"name": "jstank2016",
"version": "0.0.1",
"description": "Recreation of Battle City NES game using Phaser written in JavaScript.",
"main": "src/index.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"repository": {
"type": "git",
"url": "https://github.com/ovidiubute/jstank2016"
},
"author": "Ovidiu Bute",
"license": "MIT",
"devDependencies": {
"babelify": "^6.1.3",
"browser-sync": "^2.8.0",
"browserify": "^11.0.0",
"del": "^1.2.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-if": "^1.2.5",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"prettier": "^1.19.1",
"vinyl-source-stream": "^1.1.0",
"yargs": "^3.16.1"
},
"dependencies": {
"phaser": "^2.4.1"
},
"engines": {
"node": "8.x"
}
}