-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 732 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 732 Bytes
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
{
"name": "for-the-impire",
"version": "0.0.1",
"author": "Jon Deaves <hello@jondeaves.me>",
"description": "A quick, fun and casual game made as part of of Global Game Jam 2016",
"license": "MIT",
"repository": "https://github.com/jondeaves/for-the-impire",
"dependencies": {
"phaser": "^2.4.4"
},
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "~2.3.x",
"gulp-copy": "0.0.2",
"gulp-filter": "~2.0.x",
"gulp-minify-css": "~1.0.x",
"gulp-notify": "~2.2.x",
"gulp-plumber": "^1.0.1",
"gulp-rename": "~1.2.x",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "~1.5.x",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}