UNPKG

1.28 kBJSONView Raw
1{
2 "name": "apeman-ui",
3 "version": "2.0.3",
4 "description": "'ui' command module for apeman.",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "cover": "./ci/cover.js",
9 "test": "./ci/test.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/apeman-repo/apeman-ui.git"
15 },
16 "keywords": [
17 "apeman",
18 "command",
19 "ui"
20 ],
21 "author": {
22 "name": "Taka Okunishi",
23 "url": "http://okunishitaka.com"
24 },
25 "license": "MIT",
26 "bin": {
27 "apeman-ui": "bin/apeman-ui"
28 },
29 "bugs": {
30 "url": "https://github.com/apeman-repo/apeman-ui/issues"
31 },
32 "homepage": "https://github.com/apeman-repo/apeman-ui#readme",
33 "dependencies": {
34 "apeman-commons-invocating": "^1.2.6",
35 "apeman-commons-logging": "^1.3.4",
36 "apemanfile": "^1.2.2",
37 "argx": "^1.1.6",
38 "async": "^1.4.2",
39 "commander": "^2.8.1",
40 "extend": "^3.0.0"
41 },
42 "devDependencies": {
43 "apeman-dev-commons-coveraging": "^1.0.7",
44 "apeman-dev-commons-releasing": "^1.1.12",
45 "apeman-dev-commons-reporting": "^1.0.4",
46 "apeman-dev-commons-testing": "^1.3.2",
47 "apeman-tmpl-contrib-official": "^2.7.4",
48 "coz": "^3.0.12",
49 "coz-tmpl": "^1.0.3",
50 "injectmock": "^1.1.2"
51 }
52}