2
0
mirror of https://github.com/bpkg/bpkg synced 2024-11-08 01:10:36 +00:00
bpkg/lib/json/package.json
Joseph Werle 16a53e5bcb init
2014-05-22 15:52:58 -04:00

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" } }