UNPKG

1.23 kBJSONView Raw
1{
2 "name": "apeman-ui",
3 "version": "3.0.0",
4 "description": "UI server for apeman",
5 "main": "lib",
6 "bin": {
7 "apeman-ui": "./bin/apeman-ui"
8 },
9 "scripts": {
10 "prepublish": "./ci/build.js",
11 "test": "./ci/test.js"
12 },
13 "repository": "apeman-cmd-labo/apeman-ui",
14 "keywords": [
15 "apeman",
16 "command"
17 ],
18 "author": {
19 "name": "Taka Okunishi",
20 "email": "okunishitaka.com@gmail.com",
21 "url": "http://okunishitaka.com"
22 },
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/apeman-cmd-labo/apeman-ui/issues"
26 },
27 "homepage": "https://github.com/apeman-cmd-labo/apeman-ui#readme",
28 "dependencies": {
29 "apeman-middleware-proxy": "^1.0.0",
30 "apemanfile": "^8.0.0",
31 "aslogger": "^1.0.2",
32 "co": "^4.6.0",
33 "commander": "^2.9.0",
34 "defaults": "^1.0.3",
35 "rview": "^1.1.2",
36 "stringcase": "^3.0.1"
37 },
38 "devDependencies": {
39 "amocha": "^1.0.10",
40 "ape-releasing": "^4.0.4",
41 "ape-reporting": "^3.0.2",
42 "ape-tasking": "^4.0.8",
43 "ape-tmpl": "^5.0.15",
44 "ape-updating": "^4.0.5",
45 "aport": "^1.0.0",
46 "arequest": "^2.0.6",
47 "coz": "^6.0.16",
48 "injectmock": "^2.0.0"
49 },
50 "engines": {
51 "node": ">=6",
52 "npm": ">=3"
53 }
54}