-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.14 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
{
"name": "sorocabacss.github.io",
"version": "1.0.0",
"description": "sorocabacss community site",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sorocabacss/sorocabacss.github.io.git"
},
"keywords": [
"sorocaba",
"frontend",
"css",
"scss",
"sass"
],
"author": "sorocabacss",
"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",
"normalize.css": "^8.0.0",
"@bower_components/normalize-css": "necolas/normalize.css#^4.2.0"
},
"devDependencies": {
"gulp-autoprefixer": "^3.1.1"
},
"engines": {
"yarn": ">= 1.0.0"
}
}