UNPKG

simplestyle

Version:

Simple Style Guide Tool based on Atomic Web Design

68 lines 1.88 kB
{ "name": "simplestyle", "version": "0.0.1", "description": "Simple Style Guide Tool based on Atomic Web Design", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/StfBauer/SimpleStyle.git" }, "keywords": [ "Atomic", "Design", "Style", "Guide", "Web", "Desgin", "Pattern", "UI", "UX" ], "author": "Stefan Bauer", "license": "MIT", "bugs": { "url": "https://github.com/StfBauer/SimpleStyle/issues" }, "homepage": "https://github.com/StfBauer/SimpleStyle#readme", "devDependencies": { "browser-sync": "^2.17.3", "chalk": "^1.1.3", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.1", "gulp-concat": "^2.6.0", "gulp-declare": "^0.3.0", "gulp-handlebars": "^4.0.0", "gulp-if": "^2.0.1", "gulp-inject": "^4.1.0", "gulp-jscs": "^4.0.0", "gulp-jshint": "^2.0.1", "gulp-load-plugins": "^1.3.0", "gulp-merge": "^0.1.1", "gulp-plumber": "^1.1.0", "gulp-print": "^2.0.1", "gulp-rename": "^1.2.2", "gulp-sass": "^2.3.2", "gulp-sourcemaps": "^1.7.3", "gulp-util": "^3.0.7", "gulp-watch": "^4.3.10", "gulp-wiredep": "0.0.0", "gulp-wrap": "^0.13.0", "handlebars": "^4.0.5", "jshint": "^2.9.3", "jshint-stylish": "^2.2.1", "merge-stream": "^1.0.0", "rename": "^1.0.3", "stream-browserify": "^2.0.1", "through2": "^2.0.1", "wiredep": "^4.0.0", "yargs": "^6.0.0" }, "dependencies": { "gulp-load-plugins": "^1.3.0", "npm": "^3.10.8" } }