UNPKG

stylejam

Version:

Basic Sass styleguides effortlessly

42 lines (41 loc) 899 B
{ "name": "stylejam", "version": "2.0.0", "description": "Basic Sass styleguides effortlessly", "main": "", "bin": "console.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bcrebel/stylejam.git" }, "author": "Carron White", "license": "ISC", "bugs": { "url": "https://github.com/bcrebel/stylejam/issues" }, "keywords": [ "sass", "scss", "css", "styleguide", "styleguide-generator", "automated" ], "homepage": "https://github.com/bcrebel/stylejam#readme", "dependencies": { "commander": "^2.11.0", "express": "^4.16.1", "handlebars": "^4.0.10", "lodash": "^4.17.4", "node-sass": "^4.5.3", "open": "0.0.5", "scss-parser": "^1.0.0", "user": "0.0.0" }, "devDependencies": { "nodemon": "^1.12.1" } }