UNPKG

1.26 kBJSONView Raw
1{
2 "name": "tmplconv",
3 "version": "3.0.7",
4 "description": "Two way template converter.",
5 "main": "lib",
6 "bin": {
7 "tmplconv": "bin/tmplconv"
8 },
9 "scripts": {
10 "test": "./ci/test.js"
11 },
12 "repository": "okunishinishi/node-tmplconv",
13 "keywords": [
14 "tmpl",
15 "convert",
16 "scaffold"
17 ],
18 "author": {
19 "name": "Taka Okunishi",
20 "url": "http://okunishitaka.com"
21 },
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/okunishinishi/node-tmplconv/issues"
25 },
26 "homepage": "https://github.com/okunishinishi/node-tmplconv#readme",
27 "dependencies": {
28 "aglob": "^1.0.1",
29 "argx": "^2.0.2",
30 "asfs": "^1.0.5",
31 "async": "^1.5.2",
32 "co": "^4.6.0",
33 "colorprint": "^4.0.5",
34 "commander": "^2.9.0",
35 "execcli": "^4.0.6",
36 "findout": "^2.0.1",
37 "mkdirp": "^0.5.1",
38 "rimraf": "^2.5.3",
39 "stringcase": "^3.0.1",
40 "writeout": "^2.0.6"
41 },
42 "devDependencies": {
43 "ape-covering": "^3.0.3",
44 "ape-releasing": "^4.0.1",
45 "ape-reporting": "^3.0.1",
46 "ape-tasking": "^4.0.3",
47 "ape-testing": "^4.0.1",
48 "ape-tmpl": "^5.0.12",
49 "ape-updating": "^4.0.4",
50 "coz": "^6.0.5",
51 "injectmock": "^2.0.0"
52 },
53 "engines": {
54 "node": ">=6",
55 "npm": ">=3"
56 }
57}