avvo-styleguide
Version:
Avvo styleguide
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "avvo-styleguide",
"version": "2.0.14.pre21",
"description": "Avvo styleguide",
"scripts": {
"develop": "npm run sass | npm run styleguide",
"styleguide": "npm-run kss -c ./source/kss-config.json",
"release": "gulp release",
"watch": "onchange './source/**/*.scss' -- npm run develop",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avvo/pantsuit.git"
},
"author": "Avvo.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/avvo/pantsuit/issues"
},
"keywords": [
"Avvo",
"responsive",
"style guide",
"Seattle"
],
"homepage": "https://github.com/avvo/pantsuit#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"file-loader": "^6.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-useref": "^3.1.2",
"kss": "^3.0.0-beta.18",
"npm-run": "^4.1.2",
"onchange": "^3.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"dotdotdot": "^1.7.0",
"es6-promise": "^4.2.8",
"fontfaceobserver": "^2.1.0",
"lodash": "^3.10.0"
}
}