-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.09 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
{
"name": "fez-village",
"version": "0.0.1",
"description": "The opening village from Fez using three.js",
"main": "fez.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp",
"production": "gulp --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinchau321/FezVillage.git"
},
"author": "Kevin Chau",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinchau321/FezVillage/issues"
},
"homepage": "https://github.com/kevinchau321/FezVillage#readme",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"browser-sync": "^2.18.8",
"browserify": "^13.0.0",
"del": "^2.2.2",
"exorcist": "^0.4.0",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-coffee": "^2.3.3",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^5.0.0",
"vinyl-source-stream": "^1.1.0",
"yargs": "^4.6.0"
}
}