You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bpkg/lib/json/package.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" } }