forked from jggomez/blogeek-platzi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 827 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": "blog-geek",
"version": "1.0.0",
"description": "Blog Geek",
"main": "app/general.js",
"scripts": {
"test": "no test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jggomez/blogvideos-ucc.git"
},
"keywords": [
"blog"
],
"author": "Juan Guillermo Gómez",
"license": "ISC",
"bugs": {
"url": "https://github.com/jggomez/blogvideos-ucc/issues"
},
"homepage": "https://github.com/jggomez/blogvideos-ucc#readme",
"devDependencies": {
"browser-sync": "^2.18.8",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.6",
"gulp-htmlmin": "^3.0.0",
"gulp-imagemin": "^3.2.0",
"gulp-minify": "0.0.15",
"gulp-minify-css": "^1.2.4",
"gulp-stylus": "^2.6.0",
"gulp-useref": "^3.1.2",
"run-sequence": "^1.2.2"
}
}