UNPKG

1.53 kBJSONView Raw
1{
2 "name": "coz",
3 "version": "6.0.11",
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": "./ci/test.js"
11 },
12 "repository": "coz-repo/coz",
13 "keywords": [
14 "development",
15 "generator",
16 "sourcecode",
17 "automation",
18 "template"
19 ],
20 "author": {
21 "name": "Taka Okunishi",
22 "url": "http://okunishitaka.com"
23 },
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/coz-repo/coz/issues"
27 },
28 "homepage": "http://coz-repo.github.io/coz/homepage",
29 "dependencies": {
30 "aglob": "^1.0.1",
31 "argx": "^2.0.2",
32 "arrayfilter": "^1.1.2",
33 "arraysort": "^2.0.0",
34 "co": "^4.6.0",
35 "commander": "^2.9.0",
36 "coz-bud": "^3.0.0",
37 "coz-bud-compiler": "^2.0.3",
38 "coz-bud-loader": "^2.0.5",
39 "coz-bud-remover": "^2.0.2",
40 "coz-bud-writer": "^2.0.2",
41 "coz-engine": "^2.0.0",
42 "coz-handlebars-engine": "^3.0.3",
43 "coz-logger": "^4.0.3"
44 },
45 "devDependencies": {
46 "ape-covering": "^3.0.3",
47 "ape-deploying": "^5.0.4",
48 "ape-releasing": "^4.0.1",
49 "ape-reporting": "^3.0.1",
50 "ape-tasking": "^4.0.3",
51 "ape-testing": "^4.0.1",
52 "ape-tmpl": "^5.0.13",
53 "ape-updating": "^4.0.4",
54 "apiguide": "^3.0.2",
55 "coz-examples": "^1.0.3",
56 "filecopy": "^2.0.1",
57 "injectmock": "^2.0.0",
58 "mkdirp": "^0.5.1",
59 "rimraf": "^2.5.3",
60 "stringcase": "^3.0.1"
61 },
62 "engines": {
63 "node": ">=6",
64 "npm": ">=3"
65 }
66}
\No newline at end of file