UNPKG

677 BJSONView Raw
1{
2 "name": "jsonfile",
3 "version": "3.0.1",
4 "description": "Easily read/write JSON files.",
5 "repository": {
6 "type": "git",
7 "url": "git@github.com:jprichardson/node-jsonfile.git"
8 },
9 "keywords": [
10 "read",
11 "write",
12 "file",
13 "json",
14 "fs",
15 "fs-extra"
16 ],
17 "author": "JP Richardson <jprichardson@gmail.com>",
18 "license": "MIT",
19 "dependencies": {},
20 "optionalDependencies": {
21 "graceful-fs": "^4.1.6"
22 },
23 "devDependencies": {
24 "mocha": "2.x",
25 "rimraf": "^2.4.0",
26 "standard": "^6.0.8"
27 },
28 "main": "index.js",
29 "scripts": {
30 "lint": "standard",
31 "test": "npm run lint && npm run unit",
32 "unit": "mocha"
33 }
34}