json-in-place
Version:
edit json in-place
30 lines (29 loc) • 623 B
JSON
{
"name": "json-in-place",
"version": "1.0.0",
"description": "edit json in-place",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finnp/json-in-place.git"
},
"keywords": [
"json",
"format"
],
"author": "Finn Pauls",
"license": "ISC",
"bugs": {
"url": "https://github.com/finnp/json-in-place/issues"
},
"homepage": "https://github.com/finnp/json-in-place#readme",
"dependencies": {
"json-lexer": "1.1.1"
},
"devDependencies": {
"tape": "4.6.0"
}
}