forked from sorocabacss/sorocabacss.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
36
37
{
"name": "sorocabacss.github.io",
"version": "1.0.0",
"description": "sorocabacss community site",
"main": "gulpfile.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sorocabacss/sorocabacss.github.io.git"
},
"keywords": [
"sorocaba",
"frontend",
"css",
"scss",
"sass"
],
"author": "felipe bernardes, amanda vilela, ana gabriel, felipe soares, andré cristian",
"license": "ISC",
"bugs": {
"url": "https://github.com/sorocabacss/sorocabacss.github.io/issues"
},
"homepage": "https://github.com/sorocabacss/sorocabacss.github.io#readme",
"dependencies": {
"browser-sync": "^2.14.0",
"gulp": "^3.9.1",
"gulp-imagemin": "^3.0.3",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0"
},
"devDependencies": {
"gulp-autoprefixer": "^3.1.1"
}
}