| { |
| "author": { |
| "email": "jprichardson@gmail.com", |
| "name": "JP Richardson" |
| }, |
| "bugs": { |
| "url": "https://github.com/jprichardson/node-jsonfile/issues" |
| }, |
| "bundleDependencies": false, |
| "dependencies": { |
| "graceful-fs": "^4.1.6" |
| }, |
| "deprecated": false, |
| "description": "Easily read/write JSON files.", |
| "devDependencies": { |
| "mocha": "2.x", |
| "rimraf": "^2.4.0", |
| "standard": "^10.0.3" |
| }, |
| "files": [ |
| "index.js" |
| ], |
| "homepage": "https://github.com/jprichardson/node-jsonfile#readme", |
| "keywords": [ |
| "read", |
| "write", |
| "file", |
| "json", |
| "fs", |
| "fs-extra" |
| ], |
| "license": "MIT", |
| "main": "index.js", |
| "name": "jsonfile", |
| "optionalDependencies": { |
| "graceful-fs": "^4.1.6" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+ssh://git@github.com/jprichardson/node-jsonfile.git" |
| }, |
| "scripts": { |
| "lint": "standard", |
| "test": "npm run lint && npm run unit", |
| "unit": "mocha" |
| }, |
| "version": "4.0.0" |
| } |