The source code for a public API that I run.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
{
|
|
|
"name": "brett-is-api",
|
|
|
"version": "0.1.2",
|
|
|
"description": "",
|
|
|
"main": "lib/index.js",
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
},
|
|
|
"repository": "git://github.com/brettlangdon/brett-is-api.git",
|
|
|
"author": "Brett Langdon <brett@blangdon.com> (www.brett.is)",
|
|
|
"license": "MIT",
|
|
|
"dependencies": {
|
|
|
"restify": "~1.4.4",
|
|
|
"node-units": "~0.1.0"
|
|
|
},
|
|
|
"bin": {
|
|
|
"brett-is-api": "bin/brett-is-api"
|
|
|
},
|
|
|
"private": true
|
|
|
}
|