-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.11 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
{
"name": "microbit-playground",
"version": "1.0.0",
"description": "Website for microbit playground",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jezdean/jezdean.github.io.git"
},
"author": "Jez Dean",
"license": "MIT",
"bugs": {
"url": "https://github.com/jezdean/jezdean.github.io/issues"
},
"homepage": "https://github.com/jezdean/jezdean.github.io#readme",
"dependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1"
},
"devDependencies": {
"gulp-cache": "^0.4.2",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-svg2png": "^1.0.0",
"gulp-uglify": "^1.5.3",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.1",
"svg2png": "^3.0.0",
"gulp-insert-lines": "0.0.4",
"gulp-flatten": "0.2.0",
"gulp-header": "1.7.1",
"gulp-convert-newline": "0.0.3"
}
}