-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 906 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 906 Bytes
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
{
"name": "ITGorillaz",
"version": "1.0.0",
"description": "ITGorillaz we develop some cool stuff",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/it-gorillaz/itgorillaz.github.io.git"
},
"author": "ITGorillaz",
"license": "MIT",
"bugs": {
"url": "https://github.com/it-gorillaz/itgorillaz.github.io/issues"
},
"homepage": "http://www.itgorillaz.com.br",
"devDependencies": {
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-connect": "^2.2.0",
"gulp-eslint": "2.0.0",
"gulp-header": "1.7.1",
"gulp-imagemin": "2.4.0",
"gulp-minify-css": "1.2.4",
"gulp-notify": "2.2.0",
"gulp-open": "1.0.0",
"gulp-stylus": "2.3.1",
"gulp-uglify": "1.5.3",
"imagemin-pngquant": "4.2.2",
"nib": "1.1.0"
},
"dependencies": {
"gulp-htmlmin": "3.0.0"
}
}