tunnckoCore/then-write-json

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "then-write-json",
  "version": "1.0.0",
  "description": "Write contents to JSON file using JSON.stringify and promises. Creating intermediate directories if they don't exist.",
  "repository": "tunnckoCore/then-write-json",
  "author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
  "main": "index.js",
  "license": "MIT",
  "scripts": {
    "test": "standard && node test.js"
  },
  "dependencies": {
    "then-stringify-json": "~1.0.1",
    "then-write-file": "~1.0.0"
  },
  "devDependencies": {
    "assertit": "^0.1.0",
    "bluebird": "^2.9.27"
  },
  "keywords": [
    "create",
    "directory",
    "disk",
    "file",
    "mkdirp",
    "modern",
    "promise",
    "promises",
    "utils",
    "write",
    "write-file"
  ]
}