-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 950 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
{
"name": "js13k-rollup",
"version": "0.0.0",
"description": "Boilerplate setup for the js13kgames.com competition powered by gulp and rollup",
"scripts": {
"test": "gulp"
},
"contributors": [
"Andy Fleming <[email protected]>",
"Gus Suarez <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"del": "^2.2.2",
"eslint": "^3.3.1",
"eslint-config-standard": "^6.0.0-beta.3",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"gulp": "3.9.1",
"gulp-buffer": "0.0.2",
"gulp-clean-css": "^2.0.12",
"gulp-concat-css": "2.3.0",
"gulp-eslint": "^3.0.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.4",
"gulp-zip": "3.2.0",
"handlebars": "4.0.5",
"rollup-stream": "1.11.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0"
}
}