UNPKG

1.23 kBJSONView Raw
1{
2 "name": "apeman-app-contrib-servestatic",
3 "version": "1.0.2",
4 "description": "apeman app contribution plugin to server static files.",
5 "main": "index.js",
6 "scripts": {
7 "test": "./ci/test.js",
8 "build": "./ci/build.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/apeman-repo/apeman-app-contrib-servestatic.git"
15 },
16 "keywords": [
17 "apeman",
18 "app",
19 "static",
20 "serve"
21 ],
22 "author": {
23 "name": "Taka Okunishi",
24 "url": "http://okunishitaka.com"
25 },
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/apeman-repo/apeman-app-contrib-servestatic/issues"
29 },
30 "homepage": "https://github.com/apeman-repo/apeman-app-contrib-servestatic#readme",
31 "dependencies": {
32 "argx": "^1.1.5",
33 "async": "^1.4.0",
34 "objnest": "^1.0.3",
35 "serve-static": "^1.10.0"
36 },
37 "devDependencies": {
38 "apeman-dev-commons-coveraging": "^1.0.7",
39 "apeman-dev-commons-releasing": "^1.1.11",
40 "apeman-dev-commons-reporting": "^1.0.4",
41 "apeman-dev-commons-testing": "^1.0.4",
42 "apeman-tmpl-contrib-official": "^1.12.4",
43 "injectmock": "^1.0.4",
44 "mkdirp": "^0.5.1"
45 }
46}
\No newline at end of file