UNPKG

justo-generator-node

Version:
63 lines (62 loc) 1.3 kB
{ "name": "justo-generator-node", "version": "0.3.0", "description": "Generator for Node.js.", "homepage": "http://justojs.org", "author": { "name": "Justo Labs", "email": "info@justolabs.com", "url": "http://justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "Justo", "Justo.js", "justo-generator", "Node", "Node.js" ], "bugs": { "url": "https://github.com/justojsg/justo-generator-node/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojsg/justo-generator-node.git" }, "engines": { "node": ">= 5.0.0", "npm": ">= 3.0.0" }, "dependencies": { "justo-generator": "*" }, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "justo": "*", "justo-assert": "*", "justo-assert-fs": "*", "justo-fs": "*", "justo-plugin-babel": "*", "justo-plugin-fs": "*", "justo-plugin-eslint": "*", "justo-plugin-jsonlint": "*", "justo-plugin-npm": "*" }, "preferGlobal": true, "main": "index.js", "files": [ "lib/", "template/" ], "scripts": { "test": "justo test" } }