You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
607 B
27 lines
607 B
{ |
|
"name": "bs", |
|
"version": "1.0.0", |
|
"description": "", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "echo \"Error: no test specified\" && exit 1" |
|
}, |
|
"author": "", |
|
"license": "ISC", |
|
"devDependencies": { |
|
"breakpoint-sass": "^2.7.1", |
|
"browser-sync": "^2.24.7", |
|
"bs-rewrite-rules": "^2.1.2", |
|
"gulp": "^3.9.1", |
|
"gulp-autoprefixer": "^6.0.0", |
|
"gulp-cache": "^1.0.2", |
|
"gulp-concat": "^2.6.1", |
|
"gulp-imagemin": "^4.1.0", |
|
"gulp-plumber": "^1.2.0", |
|
"gulp-sass": "^4.0.1", |
|
"gulp-sourcemaps": "^2.6.4" |
|
}, |
|
"dependencies": { |
|
"natives": "^1.1.6" |
|
} |
|
}
|
|
|