web-themer
Version:
Customizable theme generator for web applications.
46 lines (45 loc) • 1.32 kB
JSON
{
"name": "web-themer",
"version": "1.0.0-beta.22",
"description": "Customizable theme generator for web applications.",
"main": "cli.js",
"preferGlobal": true,
"scripts": {
"bump": "npm version prerelease --no-git-tag-version",
"postpublish": "npm run bump",
"test-build": "node cli build --directory ./test-harness/themes --output ./test-harness/output",
"test-watch": "node cli watch --directory ./test-harness/themes --output ./test-harness/output --theme theme1"
},
"bin": {
"web-themer": "./cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JeevanJames/web-themer.git"
},
"keywords": [
"css",
"sass",
"less",
"themer",
"theme",
"web"
],
"author": "Jeevan James",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JeevanJames/web-themer/issues"
},
"homepage": "https://github.com/JeevanJames/web-themer#readme",
"dependencies": {
"chalk": "^2.0.1",
"chokidar": "^1.7.0",
"copy": "^0.3.0",
"del": "^3.0.0",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"node-dir": "^0.1.17",
"node-sass": "^4.5.3"
}
}