UNPKG

1.58 kBJSONView Raw
1{
2 "name": "coz",
3 "version": "7.0.14",
4 "description": "Flexible generator, which makes your project clean and maintainable.",
5 "main": "lib",
6 "bin": {
7 "coz": "bin/coz"
8 },
9 "scripts": {
10 "test": "node ./ci/test.js",
11 "prepublish": "node ./ci/shim.js && node ./ci/build.js"
12 },
13 "repository": "coz-labo/coz",
14 "keywords": [
15 "development",
16 "generator",
17 "sourcecode",
18 "automation",
19 "template"
20 ],
21 "author": {
22 "name": "Taka Okunishi",
23 "url": "http://okunishitaka.com"
24 },
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/coz-labo/coz/issues"
28 },
29 "homepage": "https://github.com/coz-labo/coz",
30 "dependencies": {
31 "aglob": "^3.0.1",
32 "argx": "^4.0.0",
33 "arrayfilter": "^1.1.2",
34 "arraysort": "^2.0.0",
35 "commander": "^2.19.0",
36 "coz-bud": "^5.0.1",
37 "coz-bud-compiler": "^3.0.4",
38 "coz-bud-loader": "^3.0.2",
39 "coz-bud-remover": "^3.0.2",
40 "coz-bud-writer": "^3.0.1",
41 "coz-engine": "^3.0.0",
42 "coz-handlebars-engine": "^4.0.1",
43 "coz-logger": "^5.0.1",
44 "fmtjson": "^4.0.2"
45 },
46 "devDependencies": {
47 "@babel/runtime": "^7.3.1",
48 "ababel": "^5.0.10",
49 "amocha": "^5.0.1",
50 "ape-deploying": "^5.0.5",
51 "ape-releasing": "^5.0.4",
52 "ape-tasking": "^4.0.11",
53 "ape-tmpl": "^6.0.13",
54 "ape-updating": "^5.0.2",
55 "co": "^4.6.0",
56 "coz-examples": "^1.0.3",
57 "filecopy": "^4.0.2",
58 "injectmock": "^2.0.0",
59 "mkdirp": "^0.5.1",
60 "rimraf": "^2.6.3",
61 "stringcase": "^4.3.0"
62 },
63 "engines": {
64 "node": ">=8",
65 "npm": ">=5"
66 }
67}