mirror of
https://github.com/bpkg/bpkg
synced 2024-11-08 01:10:36 +00:00
15 lines
447 B
JSON
15 lines
447 B
JSON
{ "name": "JSON.sh"
|
|
, "version": "0.1.8"
|
|
, "description": "JSON parser written in bash"
|
|
, "homepage": "http://github.com/dominictarr/JSON.sh"
|
|
, "repository":
|
|
{ "type": "git"
|
|
, "url": "https://github.com/dominictarr/JSON.sh.git" }
|
|
, "bin": {
|
|
"JSON.sh": "./JSON.sh"
|
|
}
|
|
, "dependencies": {}
|
|
, "devDependencies": {}
|
|
, "author": "Dominic Tarr <dominic.tarr@gmail.com> (http://bit.ly/dominictarr)"
|
|
, "scripts": { "test": "./all-tests.sh" } }
|