UNPKG

1.18 kBJSONView Raw
1{
2 "name": "apeman-need",
3 "version": "3.0.0",
4 "description": "Needs checker for apeman.",
5 "main": "lib",
6 "bin": {
7 "apeman-need": "./bin/apeman-need"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "apeman-cmd-labo/apeman-need",
13 "keywords": [
14 "apeman",
15 "command",
16 "need"
17 ],
18 "author": {
19 "email": "okunishitaka.com@gmail.com",
20 "name": "okunishinishi",
21 "url": "http://okunishitaka.com"
22 },
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/apeman-cmd-labo/apeman-need/issues"
26 },
27 "homepage": "https://github.com/apeman-cmd-labo/apeman-need#readme",
28 "dependencies": {
29 "apemanfile": "^5.1.9",
30 "argx": "^2.0.2",
31 "async": "^1.5.2",
32 "colorprint": "^3.0.3",
33 "commander": "^2.9.0",
34 "extend": "^3.0.0",
35 "hasbin": "^1.2.1"
36 },
37 "devDependencies": {
38 "ape-covering": "^2.0.2",
39 "ape-releasing": "^2.0.1",
40 "ape-reporting": "^2.0.3",
41 "ape-tasking": "^2.0.2",
42 "ape-testing": "^2.0.1",
43 "ape-tmpl": "^2.0.10",
44 "ape-updating": "^2.0.4",
45 "coz": "^4.0.3",
46 "injectmock": "^1.1.3",
47 "sharegit": "^1.0.2"
48 },
49 "engines": {
50 "node": ">=4.0.0"
51 }
52}
\No newline at end of file