UNPKG

954 BJSONView Raw
1{
2 "name": "writeout",
3 "version": "2.3.0",
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 "filedel": "^4.1.1"
30 },
31 "devDependencies": {
32 "amocha": "^7.0.1",
33 "ape-releasing": "^5.0.7",
34 "ape-tasking": "^4.0.12",
35 "ape-tmpl": "^6.0.14",
36 "ape-updating": "^5.0.3",
37 "coz": "^7.0.19",
38 "mkdirp": "^1.0.3"
39 },
40 "engines": {
41 "node": ">=7.6",
42 "npm": ">=4"
43 }
44}
\No newline at end of file