imgbir
Version:
img.bi client
31 lines (29 loc) • 706 B
JSON
{
"name": "imgbir",
"version": "0.0.1",
"description": "img.bi client",
"homepage": "https://github.com/weakish/imgbir",
"bugs": "https://github.com/weakish/imgbir/issues",
"main": "bin/imgbir.coffee",
"bin": {
"imgbir": "bin/imgbir.coffee"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:weakish/imgbir.git"
},
"keywords": [
"img.bi"
],
"author": "Jakukyo Friel <weakish@gmail.com> (http://weakish.github.io)",
"license": "Apache-2.0",
"dependencies": {
"coffee-script": "=1.8.0",
"shelljs": "=0.3.0",
"underscore.string": "2.3.3",
"imgbi": "0.0.4"
}
}