UNPKG

1.51 kBJSONView Raw
1{
2 "name": "apeman-scff-web",
3 "version": "1.2.8",
4 "description": "Scaffold for web projects.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js"
8 },
9 "repository": "apeman-scff-labo/apeman-scff-web",
10 "keywords": [
11 "apeman",
12 "scaffold",
13 "web"
14 ],
15 "author": {
16 "email": "okunishinishi@gmail.com",
17 "name": "Taka Okunishi",
18 "url": "http://okunishitaka.com"
19 },
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/apeman-scff-labo/apeman-scff-web/issues"
23 },
24 "homepage": "https://github.com/apeman-scff-labo/apeman-scff-web#readme",
25 "dependencies": {
26 "argx": "^1.3.1",
27 "askconfig": "^2.0.1",
28 "async": "^1.5.2",
29 "commander": "^2.9.0",
30 "extend": "^3.0.0",
31 "tmplconv": "^2.0.1"
32 },
33 "devDependencies": {
34 "ape-covering": "^2.0.2",
35 "ape-releasing": "^2.0.1",
36 "ape-reporting": "^2.0.3",
37 "ape-tasking": "^2.0.2",
38 "ape-testing": "^2.0.0",
39 "ape-tmpl": "^2.0.9",
40 "ape-updating": "^2.0.3",
41 "apeman": "^5.11.5",
42 "apeman-demo-web": "^2.6.0",
43 "apeman-scff": "^4.2.32",
44 "apemanconst": "^1.0.2",
45 "apemandb": "^2.7.3",
46 "apemanenv": "^2.1.3",
47 "apemanerror": "^1.0.2",
48 "apemanlocale": "^2.3.4",
49 "apemanmail": "^1.0.1",
50 "apemanmodule": "^1.4.2",
51 "apemanpromise": "^3.0.0",
52 "apemanschema": "^3.0.1",
53 "apemanseed": "^1.0.1",
54 "coz": "^4.0.1",
55 "expandglob": "^1.0.1",
56 "injectmock": "^1.1.3",
57 "sharegit": "^1.0.0"
58 },
59 "engines": {
60 "node": ">=4.0.0"
61 }
62}