UNPKG

apeman-tmpl-contrib-official

Version:
45 lines (44 loc) 1.14 kB
{ "name": "apeman-tmpl-contrib-official", "version": "2.4.0", "description": "Template for official apeman modules", "main": "index.js", "scripts": { "test": "./ci/test.js", "build": "./ci/build.js", "cover": "./ci/cover.js", "report": "./ci/report.js" }, "repository": { "type": "git", "url": "git+https://github.com/apeman-repo/apeman-tmpl-contrib-official.git" }, "keywords": [ "apeman", "contribution", "tmpl" ], "author": { "name": "Taka Okunishi", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/apeman-repo/apeman-tmpl-contrib-official/issues" }, "homepage": "https://github.com/apeman-repo/apeman-tmpl-contrib-official#readme", "dependencies": { "async": "^1.4.0", "coz": "^1.2.5", "extend": "^3.0.0", "glob": "^5.0.14", "handlebars": "^3.0.3" }, "devDependencies": { "apeman-dev-commons-coveraging": "^1.0.7", "apeman-dev-commons-releasing": "^1.1.11", "apeman-dev-commons-reporting": "^1.0.4", "apeman-dev-commons-testing": "^1.0.4", "mkdirp": "^0.5.1" } }