UNPKG

1.2 kBJSONView Raw
1{
2 "name": "apeman-proto-abstract",
3 "version": "4.0.0",
4 "description": "Abstract prototype for all apeman projects.",
5 "main": "Apemanfile.js",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-proto-labo/apeman-proto-abstract",
10 "keywords": [
11 "apeman",
12 "proto",
13 "abstract"
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-abstract/issues"
23 },
24 "homepage": "https://github.com/apeman-proto-labo/apeman-proto-abstract#readme",
25 "dependencies": {
26 "co": "^4.6.0"
27 },
28 "devDependencies": {
29 "ape-covering": "^3.0.1",
30 "ape-doc": "^1.1.3",
31 "ape-releasing": "^3.0.8",
32 "ape-reporting": "^3.0.1",
33 "ape-tasking": "^3.1.2",
34 "ape-testing": "^3.0.1",
35 "ape-tmpl": "^5.0.1",
36 "ape-updating": "^3.0.2",
37 "apeman": "^6.0.10",
38 "apeman-bud-license": "^2.1.1",
39 "apeman-bud-readme": "^2.2.3",
40 "apeman-doc": "^4.0.2",
41 "coz": "^5.1.5"
42 },
43 "peerDependencies": {
44 "apeman": ">=6.0.0"
45 },
46 "engines": {
47 "node": ">=6",
48 "npm": ">=3"
49 }
50}
\No newline at end of file