UNPKG

977 BJSONView Raw
1{
2 "name": "writeout",
3 "version": "2.2.2",
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.0",
29 "filedel": "^4.0.0",
30 "mkdirp": "^0.5.1"
31 },
32 "devDependencies": {
33 "amocha": "^5.0.1",
34 "ape-releasing": "^5.0.1",
35 "ape-tasking": "^4.0.7",
36 "ape-tmpl": "^6.0.12",
37 "ape-updating": "^5.0.1",
38 "coz": "^7.0.8",
39 "mkdirp": "^0.5.1"
40 },
41 "engines": {
42 "node": ">=7.6",
43 "npm": ">=4"
44 }
45}