forked from forkineye/ESPixelStick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 795 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
{
"name": "espixelstick",
"version": "1.0.0",
"description": "Gulp based build system for ESPixelStick web files",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/forkineye/ESPixelStick.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/forkineye/ESPixelStick/issues"
},
"homepage": "https://github.com/forkineye/ESPixelStick#readme",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-gzip": "^1.4.0",
"gulp-htmlmin": "^2.0.0",
"gulp-inline-source": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^1.5.3"
}
}