UNPKG

factory

Version:

Quick and easy template scaffolding for Node

58 lines (57 loc) 1.32 kB
{ "name": "factory", "version": "1.0.5", "description": "Quick and easy template scaffolding for Node", "main": "index.js", "directories": { "lib": "lib", "test": "test" }, "files": [ "lib", "index.js" ], "scripts": { "prepublish": "npm test", "test": "eslint index.js test && mocha 'test/spec/*.spec.js' --reporter spec" }, "repository": { "type": "git", "url": "https://github.com/timkendrick/factory.git" }, "keywords": [ "template", "scaffolding", "component", "copy", "files" ], "author": "Tim Kendrick <timkendrick@gmail.com>", "license": "ISC", "bugs": { "url": "https://github.com/timkendrick/factory/issues" }, "homepage": "https://github.com/timkendrick/factory", "dependencies": { "emitter-mixin": "0.0.3", "errno": "^0.1.2", "extend": "^2.0.0", "inquirer": "^8.2.0", "istextorbinary": "^1.0.2", "lodash.template": "^4.5.0", "promise": "^7.0.1", "recursive-copy": "^2.0.0" }, "devDependencies": { "@timkendrick/node-project": "^1.0.4", "chai": "^2.3.0", "chai-as-promised": "^5.0.0", "del": "^1.1.1", "eslint": "^7.0.0", "mocha": "^9.1.3", "read-dir-files": "^0.1.1", "rewire": "^2.3.3", "sinon": "^1.14.1", "sinon-chai": "^2.7.0" } }