justo-generator-plugin
Version:
Generator for a Justo.js plugin.
62 lines (61 loc) • 1.3 kB
JSON
{
"name": "justo-generator-plugin",
"version": "0.5.2",
"description": "Generator for a Justo.js plugin.",
"homepage": "http://www.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 plugin",
"Justo.js",
"Justo.js plugin",
"justo-generator"
],
"bugs": {
"url": "https://github.com/justojsg/justo-generator-plugin/issues",
"email": "issues@justojs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/justojsg/justo-generator-plugin.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-eslint": "*",
"justo-plugin-fs": "*",
"justo-plugin-npm": "*"
},
"preferGlobal": true,
"main": "index.js",
"files": [
"lib/",
"template/"
],
"scripts": {
"test": "justo test"
}
}