-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.4 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "gdgboilerplate",
"version": "1.0.0",
"description": "a boilerplate site for gdg events",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GDGFortaleza/IOextends2016.git"
},
"keywords": [
"node",
"gulp",
"jade",
"gdg"
],
"author": "vitormalencar",
"license": "MIT",
"bugs": {
"url": "https://github.com/GDGFortaleza/IOextends2016/issues"
},
"homepage": "https://github.com/GDGFortaleza/IOextends2016#readme",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"del": "^2.2.0",
"psi": "^2.0.3",
"gulp": "^3.9.1",
"ngrok": "^2.1.8",
"wiredep": "^4.0.0",
"gulp-if": "^2.0.1",
"critical": "^0.7.2",
"gulp-rev": "^7.0.0",
"gulp-sass": "^2.1.0",
"gulp-size": "^2.1.0",
"gulp-data": "^1.2.1",
"gulp-gzip": "^1.1.0",
"gulp-jade": "^1.0.1",
"gulp-cache": "^0.4.5",
"gulp-rename": "^1.2.2",
"require-dir": "^0.3.0",
"gulp-useref": "^3.0.7",
"gulp-uglify": "^1.0.1",
"gulp-plumber": "^1.1.0",
"browser-sync": "^2.7.3",
"run-sequence": "^1.1.0",
"gulp-imagemin": "^3.0.1",
"gulp-sourcemaps": "^1.3.0",
"gulp-rev-replace": "^0.4.3",
"gulp-load-plugins": "^1.2.4",
"gulp-autoprefixer": "^3.1.0",
"babel-preset-es2015": "^6.6.0"
}
}