easyjson
Version:
An easy way to manipulate JSON file with add/delete/modify/get json data, support nested data.
32 lines (31 loc) • 693 B
JSON
{
"name": "easyjson",
"version": "0.1.2",
"description": "An easy way to manipulate JSON file with add/delete/modify/get json data, support nested data.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/Tinple/easyjson"
},
"keywords": [
"easy",
"json"
],
"devDependencies": {
"should": "3.1.4",
"mocha": ">= 1.13.0 < 2"
},
"author": {
"name": "Tinple",
"email": "htinple@gmail.com"
},
"readmeFilename": "Readme.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tinple/easyjson/issues"
},
"homepage": "https://github.com/Tinple/easyjson"
}