five-px
Version:
A wrapper for the 500px.com API
36 lines (35 loc) • 725 B
JSON
{
"name": "five-px",
"description": "A wrapper for the 500px.com API",
"keywords": [
"api",
"500px"
],
"version": "0.5.1",
"homepage": "http://mjgil.github.com/five-px/",
"repository": "git://github.com/mjgil/five-px.git",
"author": {
"name": "Malcom Gilbert",
"email": "malcomgilbert@gmail.com",
"url": "http://malcomgilbert.com/"
},
"main": "./lib/index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha": "1.0.x",
"should": "0.6.x",
"chai": "~1.7.2"
},
"dependencies": {},
"engines": {
"node": ">= 0.6.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mjgil/five-px/raw/master/LICENSE"
}
]
}