UNPKG

1.29 kBJSONView Raw
1{
2 "name": "ape-tmpl",
3 "version": "5.0.20",
4 "description": "Templates for ape framework.",
5 "main": "shim/node",
6 "scripts": {
7 "test": "node ./ci/test.js",
8 "prepublish": "node ./ci/build.js && node ./ci/shim.js"
9 },
10 "repository": "ape-repo/ape-tmpl",
11 "keywords": [
12 "ape",
13 "tmpl"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "emai": "okunishitaka.com@gmail.com",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/ape-repo/ape-tmpl/issues",
23 "emai": "okunishitaka.com@gmail.com"
24 },
25 "homepage": "https://github.com/ape-repo/ape-tmpl#readme",
26 "dependencies": {
27 "aglob": "^1.1.1",
28 "arrayfilter": "^1.1.2",
29 "arraysort": "^2.0.0",
30 "co": "^4.6.0",
31 "evaljson": "^4.0.12",
32 "minimatch": "^3.0.2",
33 "objnest": "^3.0.8",
34 "stringcase": "^3.1.1"
35 },
36 "devDependencies": {
37 "ababel": "^1.1.12",
38 "ababel-es2015": "^1.0.8",
39 "ape-covering": "^3.0.4",
40 "ape-releasing": "^4.0.4",
41 "ape-reporting": "^3.0.1",
42 "ape-tasking": "^4.0.9",
43 "ape-testing": "^4.0.2",
44 "ape-updating": "^4.0.5",
45 "coz": "^6.0.20",
46 "filecopy": "^2.1.2",
47 "injectmock": "^2.0.0",
48 "mkdirp": "^0.5.1"
49 },
50 "engines": {
51 "node": ">=4",
52 "npm": ">=2"
53 }
54}