UNPKG

1.14 kBJSONView Raw
1{
2 "name": "apeman-srch",
3 "version": "3.0.0",
4 "description": "Plugin search for apeman.",
5 "main": "lib",
6 "bin": {
7 "apeman-srch": "./bin/apeman-srch"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "apeman-cmd-labo/apeman-srch",
13 "keywords": [
14 "apeman",
15 "command",
16 "search"
17 ],
18 "author": {
19 "email": "okunishitaka.com@gmail.com",
20 "name": "Taka Okunishi",
21 "url": "http://okunishitaka.com"
22 },
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/apeman-cmd-labo/apeman-srch/issues"
26 },
27 "homepage": "https://github.com/apeman-cmd-labo/apeman-srch#readme",
28 "dependencies": {
29 "apemanpromise": "^3.1.1",
30 "argx": "^2.0.2",
31 "co": "^4.6.0",
32 "colorprint": "^3.0.3",
33 "commander": "^2.9.0",
34 "textconv": "^3.0.0"
35 },
36 "devDependencies": {
37 "ape-covering": "^3.0.3",
38 "ape-releasing": "^3.1.1",
39 "ape-reporting": "^3.0.1",
40 "ape-tasking": "^4.0.0",
41 "ape-testing": "^4.0.0",
42 "ape-tmpl": "^5.0.1",
43 "ape-updating": "^3.0.2",
44 "coz": "^6.0.2",
45 "injectmock": "^2.0.0"
46 },
47 "engines": {
48 "node": ">=6",
49 "npm": ">=3"
50 }
51}