UNPKG

charlike

Version:

Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options

71 lines (70 loc) 1.75 kB
{ "name": "standard-engine", "description": "Wrap your standards in a tortilla and cover it in special sauce.", "version": "5.2.0", "author": "Dan Flettre <flettre@gmail.com> (http://twitter.com/flettre/)", "bugs": { "url": "https://github.com/flet/standard-engine/issues" }, "dependencies": { "deglob": "^2.0.0", "find-root": "^1.0.0", "get-stdin": "^5.0.1", "home-or-tmp": "^2.0.0", "minimist": "^1.1.0", "pkg-config": "^1.0.1" }, "devDependencies": { "babel-eslint": "^7.1.1", "cross-spawn": "^5.0.0", "eslint": "^3.0.1", "eslint-config-standard": "^6.0.0-beta.0", "eslint-config-standard-jsx": "^3.0.0", "eslint-plugin-promise": "^3.4.0", "eslint-plugin-react": "^6.0.0", "eslint-plugin-standard": "^2.0.0", "mkdirp": "^0.5.0", "run-parallel-limit": "^1.0.1", "standard": "*", "standard-packages": "^3.0.14", "tape": "^4.0.0" }, "homepage": "https://github.com/flet/standard-engine", "keywords": [ "JavaScript Standard Style", "check", "checker", "code", "code checker", "code linter", "code standards", "code style", "enforce", "eslint", "hint", "jscs", "jshint", "lint", "policy", "quality", "simple", "standard", "standard style", "style", "style checker", "style linter", "verify" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/flet/standard-engine.git" }, "scripts": { "test": "standard && tape test/clone.js test/api.js", "test-offline": "npm test -- --offline", "test-quick": "npm test -- --quick", "test-offline-quick": "npm test -- --offline --quick" } }