UNPKG

983 BJSONView Raw
1{
2 "name": "writeout",
3 "version": "2.0.7",
4 "description": "Write out string files with various options.",
5 "main": "lib",
6 "scripts": {
7 "test": "./ci/test.js",
8 "prepublish": "./ci/build.js"
9 },
10 "repository": "okunishinishi/node-writeout",
11 "keywords": [
12 "file",
13 "rendering"
14 ],
15 "author": {
16 "name": "Taka Okunishi",
17 "url": "http://okunishitaka.com"
18 },
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/okunishinishi/node-writeout/issues"
22 },
23 "homepage": "https://github.com/okunishinishi/node-writeout#readme",
24 "dependencies": {
25 "argx": "^3.0.0",
26 "co": "^4.6.0",
27 "filedel": "^2.0.3",
28 "mkdirp": "^0.5.1"
29 },
30 "devDependencies": {
31 "amocha": "^1.0.9",
32 "ape-releasing": "^4.0.2",
33 "ape-reporting": "^3.0.1",
34 "ape-tasking": "^4.0.7",
35 "ape-tmpl": "^5.0.14",
36 "ape-updating": "^4.0.4",
37 "coz": "^6.0.14",
38 "mkdirp": "^0.5.1"
39 },
40 "engines": {
41 "node": ">=6",
42 "npm": ">=3"
43 }
44}