-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 990 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
{
"name": "sass-framework",
"version": "1.0.0",
"description": "同じセレクタを何度も記述せずに済むのでコードの可読性が良くなる ただし、あまりにも深すぎるネストは逆効果なので適度に用いることが重要",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.15.0",
"devbridge-styleguide": "^0.4.17",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-plumber": "^1.1.0",
"gulp-ruby-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tinypng-compress": "^1.2.1",
"gulp.spritesmith": "^6.2.1"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/noronaoki/sass-fw.git"
},
"bugs": {
"url": "https://github.com/noronaoki/sass-fw/issues"
},
"homepage": "https://github.com/noronaoki/sass-fw#readme"
}