UNPKG

1.17 kBJSONView Raw
1{
2 "name": "coz-tmpl",
3 "version": "1.0.4",
4 "description": "Build-in templates for coz.",
5 "main": "lib",
6 "scripts": {
7 "build": "./ci/build.js",
8 "test": "./ci/test.js",
9 "cover": "./ci/cover.js",
10 "report": "./ci/report.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/coz-repo/coz-tmpl.git"
15 },
16 "keywords": [
17 "coz",
18 "tmpl"
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-tmpl/issues"
27 },
28 "homepage": "https://github.com/coz-repo/coz-tmpl#readme",
29 "dependencies": {
30 "argx": "^1.1.6",
31 "arrayfilter": "^1.1.0",
32 "arrayreduce": "^1.0.2",
33 "arraysort": "^1.0.2",
34 "async": "^1.4.2",
35 "coz-bud": "^1.0.1",
36 "glob": "^5.0.14",
37 "stringcase": "^1.2.5"
38 },
39 "devDependencies": {
40 "ape-covering": "^1.0.8",
41 "ape-releasing": "^1.0.14",
42 "ape-reporting": "^1.0.8",
43 "ape-tasking": "^1.0.6",
44 "ape-testing": "^1.3.2",
45 "ape-tmpl": "^1.0.9",
46 "ape-updating": "^1.0.1",
47 "coz": "^3.0.13",
48 "injectmock": "^1.1.3",
49 "mkdirp": "^0.5.1"
50 }
51}