-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
42
43
44
45
{
"name": "js13k-2015",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razh/js13k-2015.git"
},
"author": "razh",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/razh/js13k-2015/issues"
},
"homepage": "https://github.com/razh/js13k-2015#readme",
"devDependencies": {
"browser-sync": "^2.9.3",
"browserify": "^11.1.0",
"bundle-collapser": "^1.2.1",
"dat-gui": "^0.5.0",
"del": "^2.0.2",
"envify": "^3.4.0",
"gh-pages": "^0.4.0",
"gulp": "^3.9.0",
"gulp-htmlmin": "^1.1.4",
"gulp-if": "^1.2.5",
"gulp-load-plugins": "^0.10.0",
"gulp-micro": "^1.0.2",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"gulp-zip": "^3.0.2",
"lodash.assign": "^3.2.0",
"run-sequence": "^1.1.2",
"size": "^1.0.0",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
}
}