UNPKG

1.15 kBJSONView Raw
1{
2 "name": "apeman-need",
3 "version": "5.0.1",
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 "prepublish": "./ci/build.js"
12 },
13 "repository": "apeman-cmd-labo/apeman-need",
14 "keywords": [
15 "apeman",
16 "command",
17 "need"
18 ],
19 "author": {
20 "email": "okunishitaka.com@gmail.com",
21 "name": "Taka Okunishi",
22 "url": "http://okunishitaka.com"
23 },
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/apeman-cmd-labo/apeman-need/issues"
27 },
28 "homepage": "https://github.com/apeman-cmd-labo/apeman-need#readme",
29 "dependencies": {
30 "apemanfile": "^7.0.3",
31 "co": "^4.6.0",
32 "colorprint": "^4.0.5",
33 "commander": "^2.9.0",
34 "hasbin": "^1.2.3"
35 },
36 "devDependencies": {
37 "ape-covering": "^3.0.3",
38 "ape-releasing": "^4.0.1",
39 "ape-reporting": "^3.0.1",
40 "ape-tasking": "^4.0.3",
41 "ape-testing": "^4.0.1",
42 "ape-tmpl": "^5.0.12",
43 "ape-updating": "^4.0.4",
44 "coz": "^6.0.5",
45 "injectmock": "^2.0.0"
46 },
47 "engines": {
48 "node": ">=6",
49 "npm": ">=3"
50 }
51}