UNPKG

1.12 kBJSONView Raw
1{
2 "name": "apeman-demo-scff",
3 "version": "1.1.6",
4 "description": "Demo of scaffold project.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-demo-labo/apeman-demo-scff",
10 "keywords": [
11 "apeman",
12 "scaffold"
13 ],
14 "author": {
15 "name": "Taka Okunishi",
16 "email": "okunishitaka.com@gmail.com",
17 "url": "http://okunishitaka.com"
18 },
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/apeman-demo-labo/apeman-demo-scff/issues"
22 },
23 "homepage": "https://github.com/apeman-demo-labo/apeman-demo-scff#readme",
24 "dependencies": {
25 "argx": "^1.3.1",
26 "askconfig": "^1.0.1",
27 "async": "^1.5.0",
28 "commander": "^2.9.0",
29 "extend": "^3.0.0",
30 "tmplconv": "^1.0.4"
31 },
32 "devDependencies": {
33 "ape-covering": "^1.1.1",
34 "ape-releasing": "^1.0.17",
35 "ape-reporting": "^1.0.9",
36 "ape-tasking": "^1.0.8",
37 "ape-testing": "^1.5.0",
38 "ape-tmpl": "^1.3.16",
39 "ape-updating": "^1.1.1",
40 "coz": "^3.1.6",
41 "coz-tmpl": "^1.1.0",
42 "expandglob": "^1.0.1",
43 "injectmock": "^1.1.3",
44 "sharegit": "^1.0.0"
45 }
46}