UNPKG

1.18 kBJSONView Raw
1{
2 "name": "apeman-need",
3 "version": "2.0.2",
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": "^4.0.0",
30 "argx": "^1.3.1",
31 "async": "^1.5.0",
32 "colorprint": "^3.0.0",
33 "commander": "^2.9.0",
34 "extend": "^3.0.0",
35 "hasbin": "^1.1.3"
36 },
37 "devDependencies": {
38 "ape-covering": "^2.0.0",
39 "ape-releasing": "^2.0.0",
40 "ape-reporting": "^2.0.3",
41 "ape-tasking": "^2.0.0",
42 "ape-testing": "^2.0.0",
43 "ape-tmpl": "^2.0.5",
44 "ape-updating": "^2.0.0",
45 "coz": "^3.1.6",
46 "injectmock": "^1.1.3",
47 "sharegit": "^1.0.0"
48 },
49 "engines": {
50 "node": ">=4.0.0"
51 }
52}