forked from gilbarbara/logos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 809 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
{
"name": "logos",
"version": "0.1.0",
"author": "Gil Barbara <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/gilbarbara/logos"
},
"license": "CC0-1.0",
"homepage": "http://gilbarbara.github.io/logos/",
"devDependencies": {
"browser-sync": "^2.7",
"del": "^1.2",
"gulp": "^3.9",
"gulp-autoprefixer": "^2.3",
"gulp-compile-handlebars": "^0.5.0",
"gulp-cssmin": "^0.1",
"gulp-debug": "^2.0.1",
"gulp-gh-pages": "^0.5",
"gulp-if": "^1.2",
"gulp-load-plugins": "^0.10",
"gulp-plumber": "^1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5",
"gulp-sass": "^2.0",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2",
"run-sequence": "^1.1.1"
},
"engines": {
"node": ">=0.10.0"
}
}