Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "write-json", | ||
"description": "Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/jonschlinkert/write-json", | ||
@@ -25,2 +25,6 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)", | ||
}, | ||
"devDependencies": { | ||
"delete": "^0.2.1", | ||
"mocha": "*" | ||
}, | ||
"keywords": [ | ||
@@ -37,12 +41,15 @@ "file", | ||
], | ||
"devDependencies": { | ||
"delete": "^0.1.5", | ||
"mocha": "^2.2.1" | ||
}, | ||
"verb": { | ||
"related": { | ||
"description": "", | ||
"list": [] | ||
"list": [ | ||
"delete", | ||
"write", | ||
"write-yaml", | ||
"read-yaml", | ||
"read-json", | ||
"read-data" | ||
], | ||
"description": "" | ||
} | ||
} | ||
} |
@@ -1,5 +0,7 @@ | ||
# write-json [![NPM version](https://badge.fury.io/js/write-json.svg)](http://badge.fury.io/js/write-json) | ||
# write-json [![NPM version](https://badge.fury.io/js/write-json.svg)](http://badge.fury.io/js/write-json) [![Build Status](https://travis-ci.org/jonschlinkert/write-json.svg)](https://travis-ci.org/jonschlinkert/write-json) | ||
> Write a JSON file to disk, also creates intermediate directories in the destination path if they don't already exist. | ||
## Install | ||
Install with [npm](https://www.npmjs.com/) | ||
@@ -29,3 +31,3 @@ | ||
* [read-data](https://www.npmjs.com/package/read-data): Read JSON or YAML files. | [homepage](https://github.com/jonschlinkert/read-data) | ||
* [read-json](https://www.npmjs.com/package/read-json): Reads and parses a JSON file. | [homepage](https://github.com/azer/read-json) | ||
* [read-json](https://www.npmjs.com/package/read-json): Reads and parses a JSON file. | [homepage](https://github.com/azer/read-json#readme) | ||
* [read-yaml](https://www.npmjs.com/package/read-yaml): Very thin wrapper around js-yaml for directly reading in YAML files. | [homepage](https://github.com/jonschlinkert/read-yaml) | ||
@@ -61,4 +63,2 @@ * [write](https://www.npmjs.com/package/write): Write files to disk, creating intermediate directories if they don't exist. | [homepage](https://github.com/jonschlinkert/write) | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 20, 2015._ | ||
<!-- deps:mocha --> | ||
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 17, 2015._ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4949