UNPKG

justo-generator-plugin

Version:

Generator for a Justo.js plugin.

59 lines (58 loc) 1.23 kB
{ "name": "{{dir.name}}", "version": "0.1.0", "description": "{{scope.desc}}", "homepage": "{{http scope.homepage}}", "author": { "name": "{{scope.author}}", "email": "{{scope.authorEmail}}", "url": "{{http scope.authorHomepage}}" }, "contributors": [ { "name": "{{scope.contributor}}", "email": "{{scope.contributorEmail}}", "url": "{{scope.contributorHomepage}}" } ], "keywords": [ "Justo", "Justo.js", "justo-plugin" ], "bugs": { "url": "{{http scope.bugsHomepage}}", "email": "{{scope.bugsEmail}}" }, "repository": { "type": "git", "url": "{{scope.gitUrl}}" }, "engines": { "node": ">= 5.0.0", "npm": ">= 3.0.0" }, "dependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "justo": "*", "justo-assert": "*", "justo-plugin-babel": "*", {{#if (eq scope.linter "ESLint")}} "justo-plugin-eslint": "*", {{/if}} "justo-plugin-fs": "*", {{#if (eq scope.linter "JSHint")}} "justo-plugin-jshint": "*", {{/if}} "justo-plugin-npm": "*" }, "main": "index.js", "files": [ "lib/" ], "scripts": { "test": "justo test" }, "preferGlobal": false }