-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
27
28
29
30
31
32
33
34
{
"name": "js13kentry",
"version": "1.0.0",
"description": "Entry for js13k 2016",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"js13k",
"js13kgames"
],
"author": "BearPuncher",
"license": "MIT",
"devDependencies": {
"codo": "^2.1.2",
"coffeekup": "^0.3.1",
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-coffee": "^2.3.2",
"gulp-coffeekup": "0.0.1",
"gulp-coffeelint": "^0.6.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-gzip": "^1.4.0",
"gulp-main-bower-files": "^1.5.3",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.2.0",
"gulp-tar": "^1.9.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-zip": "^3.2.0"
}
}