UNPKG

977 BJSONView Raw
1{
2 "name": "writeout",
3 "version": "2.3.4",
4 "description": "Write out string files with various options.",
5 "main": "lib",
6 "browser": {
7 "lib": false
8 },
9 "scripts": {
10 "test": "node ./ci/test.js",
11 "prepare": "node ./ci/build.js"
12 },
13 "repository": "okunishinishi/node-writeout",
14 "keywords": [
15 "file",
16 "rendering"
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-writeout/issues"
25 },
26 "homepage": "https://github.com/okunishinishi/node-writeout#readme",
27 "dependencies": {
28 "argx": "^4.0.4",
29 "asleep": "^1.0.3",
30 "filedel": "^4.1.2",
31 "mkdirp": "^1.0.4"
32 },
33 "devDependencies": {
34 "amocha": "^7.0.2",
35 "ape-releasing": "^5.0.7",
36 "ape-tasking": "^4.0.12",
37 "ape-tmpl": "^6.0.14",
38 "ape-updating": "^5.0.3",
39 "coz": "^7.2.0"
40 },
41 "engines": {
42 "node": ">=7.6",
43 "npm": ">=4"
44 }
45}
\No newline at end of file