UNPKG

1.12 kBJSONView Raw
1{
2 "name": "apemanmodule",
3 "version": "1.1.0",
4 "description": "Directory module index for apeman.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-labo/apemanmodule",
10 "keywords": [
11 "apeman",
12 "module",
13 "index"
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-labo/apemanmodule/issues"
23 },
24 "homepage": "https://github.com/apeman-labo/apemanmodule#readme",
25 "dependencies": {
26 "argx": "^1.3.1",
27 "arrayfilter": "^1.1.2",
28 "async": "^1.5.0",
29 "colorprint": "^3.0.0",
30 "extend": "^3.0.0",
31 "js-yaml": "^3.4.6",
32 "stringcase": "^1.2.8"
33 },
34 "devDependencies": {
35 "ape-covering": "^2.0.0",
36 "ape-releasing": "^2.0.0",
37 "ape-reporting": "^2.0.3",
38 "ape-tasking": "^2.0.0",
39 "ape-testing": "^2.0.0",
40 "ape-tmpl": "^2.0.5",
41 "ape-updating": "^2.0.0",
42 "coz": "^3.1.6",
43 "injectmock": "^1.1.3",
44 "sharegit": "^1.0.0"
45 },
46 "engines": {
47 "node": ">=4.0.0"
48 }
49}
\No newline at end of file