UNPKG

1.63 kBJSONView Raw
1{
2 "name": "coz",
3 "version": "7.0.0",
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.0",
32 "argx": "^3.0.1",
33 "arrayfilter": "^1.1.2",
34 "arraysort": "^2.0.0",
35 "babel-runtime": "^6.11.6",
36 "commander": "^2.9.0",
37 "coz-bud": "^4.0.0",
38 "coz-bud-compiler": "^2.0.8",
39 "coz-bud-loader": "^2.0.9",
40 "coz-bud-remover": "^2.0.5",
41 "coz-bud-writer": "^2.0.6",
42 "coz-engine": "^2.0.5",
43 "coz-handlebars-engine": "^3.0.8",
44 "coz-logger": "^4.0.6"
45 },
46 "devDependencies": {
47 "@babel/runtime": "^7.0.0-beta.40",
48 "ababel": "^4.0.7",
49 "amocha": "^5.0.0",
50 "ape-deploying": "^5.0.5",
51 "ape-releasing": "^4.0.4",
52 "ape-reporting": "^3.0.2",
53 "ape-tasking": "^4.0.8",
54 "ape-tmpl": "^6.0.10",
55 "ape-updating": "^4.0.5",
56 "co": "^4.6.0",
57 "coz-examples": "^1.0.3",
58 "filecopy": "^4.0.1",
59 "injectmock": "^2.0.0",
60 "mkdirp": "^0.5.1",
61 "rimraf": "^2.5.4",
62 "stringcase": "^4.1.1"
63 },
64 "engines": {
65 "node": ">=8",
66 "npm": ">=5"
67 }
68}