UNPKG

apemanmodule

Version:
49 lines (48 loc) 1.09 kB
{ "name": "apemanmodule", "version": "2.0.1", "description": "Directory module index for apeman.", "main": "lib", "scripts": { "test": "./ci/test.js" }, "repository": "apeman-labo/apemanmodule", "keywords": [ "apeman", "module", "index" ], "author": { "name": "Taka Okunishi", "email": "okunishitaka.com@gmail.com", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/apeman-labo/apemanmodule/issues" }, "homepage": "https://github.com/apeman-labo/apemanmodule#readme", "dependencies": { "co": "^4.6.0", "colorprint": "^4.0.2", "evaljson": "^4.0.4", "js-yaml": "^3.6.1", "minimatch": "^3.0.2", "stringcase": "^3.0.1" }, "devDependencies": { "ape-covering": "^3.0.3", "ape-releasing": "^4.0.1", "ape-reporting": "^3.0.1", "ape-tasking": "^4.0.2", "ape-testing": "^4.0.0", "ape-tmpl": "^5.0.11", "ape-updating": "^4.0.2", "coz": "^6.0.3", "injectmock": "^2.0.0" }, "engines": { "node": ">=6", "npm": ">=3" } }