UNPKG

1.81 kBJSONView Raw
1{
2 "name": "apeman-proto-app",
3 "version": "1.0.12",
4 "description": "Prototype for app project.",
5 "main": "Apemanfile.js",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-proto-labo/apeman-proto-app",
10 "keywords": [
11 "apeman",
12 "proto",
13 "app"
14 ],
15 "author": {
16 "email": "okunishitaka.com@gmail.com",
17 "name": "Taka Okunishi",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/apeman-proto-labo/apeman-proto-app/issues"
23 },
24 "homepage": "https://github.com/apeman-proto-labo/apeman-proto-app#readme",
25 "dependencies": {
26 "apeman-proto-abstract": "^2.0.2",
27 "apeman-proto-mocha": "^2.3.4",
28 "apeman-proto-test": "^1.1.1",
29 "apeman-proto-wtch": "^1.0.1",
30 "apeman-task-coz": "^2.1.0",
31 "apeman-task-fmtjson": "^2.0.2",
32 "apeman-task-mkdir": "^2.0.0",
33 "apeman-task-mocha": "^1.0.5",
34 "apeman-tmpl-bud": "^1.27.5",
35 "apeman-tmpl-humans": "^1.0.0",
36 "apeman-tmpl-middleware": "^1.0.0",
37 "apeman-tmpl-robots": "^1.0.3",
38 "apeman-tmpl-route": "^1.0.4",
39 "apeman-tmpl-settings": "^1.0.0",
40 "coz": "^4.0.2"
41 },
42 "devDependencies": {
43 "ape-covering": "^2.0.2",
44 "ape-releasing": "^2.0.1",
45 "ape-reporting": "^2.0.3",
46 "ape-tasking": "^2.0.2",
47 "ape-testing": "^2.0.0",
48 "ape-tmpl": "^2.0.9",
49 "ape-updating": "^2.0.3",
50 "apeman": "^5.11.7",
51 "apeman-bud-error": "^1.0.0",
52 "apeman-bud-license": "^2.1.0",
53 "apeman-bud-readme": "^2.2.2",
54 "apeman-bud-test": "^2.1.6",
55 "apeman-doc": "^2.3.3",
56 "apemantest": "^2.1.6",
57 "injectmock": "^1.1.3",
58 "mkdirp": "^0.5.1",
59 "sharegit": "^1.0.0",
60 "textconv": "^2.0.0"
61 },
62 "peerDependencies": {
63 "apeman": ">=5.0.0"
64 },
65 "engines": {
66 "node": ">=4.0.0"
67 }
68}