blob: db96da561255160078b82da866fca7b4d83dd069 [file] [log] [blame] [edit]
{
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/write/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Charlike Mike Reagent",
"url": "https://i.am.charlike.online"
},
{
"name": "Jon Schlinkert",
"url": "http://twitter.com/jonschlinkert"
}
],
"dependencies": {
"mkdirp": "^0.5.1"
},
"deprecated": false,
"description": "Write data to a file, replacing the file if it already exists and creating any intermediate directories if they don't already exist. Thin wrapper around node's native fs methods.",
"devDependencies": {
"async-each": "^1.0.1",
"delete": "^1.1.0",
"gulp-format-md": "^1.0.0",
"mocha": "^3.4.2"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/write",
"keywords": [
"file",
"filepath",
"files",
"filesystem",
"folder",
"fs",
"fs.writeFile",
"fs.writeFileSync",
"path",
"write"
],
"license": "MIT",
"main": "index.js",
"name": "write",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/write.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"layout": "default",
"lint": {
"reflinks": true
},
"plugins": [
"gulp-format-md"
],
"reflinks": [
"verb"
],
"related": {
"list": [
"delete",
"read-data",
"read-yaml",
"write-data",
"write-json",
"write-yaml"
]
},
"run": true,
"tasks": [
"readme"
],
"toc": false
},
"version": "1.0.3"
}