ape-tmpl
Version:
Templates for ape framework.
51 lines (50 loc) • 1.16 kB
JSON
{
"name": "ape-tmpl",
"version": "6.0.14",
"description": "Templates for ape framework.",
"main": "lib",
"scripts": {
"test": "node ./ci/test.js",
"prepare": "node ./ci/build.js && node ./ci/shim.js"
},
"repository": "ape-repo/ape-tmpl",
"keywords": [
"ape",
"tmpl"
],
"author": {
"name": "Taka Okunishi",
"emai": "okunishitaka.com@gmail.com",
"url": "http://okunishitaka.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ape-repo/ape-tmpl/issues",
"emai": "okunishitaka.com@gmail.com"
},
"homepage": "https://github.com/ape-repo/ape-tmpl#readme",
"dependencies": {
"aglob": "^3.0.1",
"arrayfilter": "^1.1.2",
"arraysort": "^2.0.0",
"evaljson": "^6.0.4",
"minimatch": "^3.0.2",
"objnest": "^5.0.5",
"stringcase": "^4.3.0"
},
"devDependencies": {
"ababel": "^5.0.10",
"amocha": "^5.0.1",
"ape-releasing": "^5.0.7",
"ape-tasking": "^4.0.12",
"ape-updating": "^5.0.3",
"coz": "^7.0.16",
"filecopy": "^4.0.2",
"injectmock": "^2.0.0",
"mkdirp": "^0.5.1"
},
"engines": {
"node": ">=7.6",
"npm": ">=4"
}
}