UNPKG

1.13 kBJSONView Raw
1{
2 "name": "apeman-scff-tmpl",
3 "version": "2.0.8",
4 "description": "Scaffold for tmpl projects.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-scff-labo/apeman-scff-tmpl",
10 "keywords": [
11 "apeman",
12 "scaffold",
13 "tmpl"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "email": "okunishitaka.com@gmail.com",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/apeman-scff-labo/apeman-scff-tmpl/issues"
23 },
24 "homepage": "https://github.com/apeman-scff-labo/apeman-scff-tmpl#readme",
25 "dependencies": {
26 "argx": "^1.3.1",
27 "askconfig": "^2.0.1",
28 "async": "^1.5.2",
29 "commander": "^2.9.0",
30 "extend": "^3.0.0",
31 "tmplconv": "^2.0.1"
32 },
33 "devDependencies": {
34 "ape-covering": "^2.0.2",
35 "ape-releasing": "^2.0.1",
36 "ape-reporting": "^2.0.3",
37 "ape-tasking": "^2.0.2",
38 "ape-testing": "^2.0.0",
39 "ape-tmpl": "^2.0.9",
40 "ape-updating": "^2.0.3",
41 "apeman-demo-tmpl": "^2.0.8",
42 "coz": "^4.0.1",
43 "injectmock": "^1.1.3"
44 },
45 "engines": {
46 "node": ">=4.0.0"
47 }
48}