UNPKG

justo-generator-justo

Version:

Generator for a Justo.js project.

45 lines (43 loc) 785 B
{ "name": "{{scope.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": "{{http scope.contributorHomepage}}" } ], "keywords": [], "repository": { "type": "git", "url": "" }, "bugs": { "url": "", "email": "" }, "engines": { "node": ">=7.0.0", "npm": ">=3.0.0" }, "dependencies": { }, "devDependencies": { "justo": "*", }, "main": "Justo.js", "files": [ "lib" ], "scripts": { "test": "justo test" } }