UNPKG

1.2 kBJSONView Raw
1{
2 "name": "apeman-scff-web",
3 "version": "1.2.2",
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": "^1.0.1",
28 "async": "^1.5.0",
29 "commander": "^2.9.0",
30 "extend": "^3.0.0",
31 "tmplconv": "^2.0.0"
32 },
33 "devDependencies": {
34 "ape-covering": "^2.0.0",
35 "ape-releasing": "^2.0.0",
36 "ape-reporting": "^2.0.3",
37 "ape-tasking": "^2.0.0",
38 "ape-testing": "^2.0.0",
39 "ape-tmpl": "^2.0.5",
40 "ape-updating": "^2.0.0",
41 "apeman-demo-web": "^2.0.2",
42 "apeman-scff": "^4.2.3",
43 "coz": "^3.1.6",
44 "expandglob": "^1.0.1",
45 "injectmock": "^1.1.3",
46 "sharegit": "^1.0.0"
47 },
48 "engines": {
49 "node": ">=4.0.0"
50 }
51}