elsewhere
Version:
A node project that aims to replicate the functionality of the Google Social Graph API
35 lines • 770 B
JSON
{
"author": "Dharmafly (dharmafly.com)",
"name": "elsewhere",
"description": "A node project that aims to replicate the functionality of the Google Social Graph API",
"version": "0.0.5",
"keywords": [
"discovery",
"spider",
"microfomats",
"rel=me",
"social",
"graph"
],
"repository": {
"type": "git",
"url": "git://github.com/dharmafly/elsewhere.git"
},
"main": "index",
"dependencies": {
"cheerio": "0.10.x",
"request": "2.10.x",
"underscore": "1.3.x",
"underscore.deferred": "0.1.x",
"webfinger": "0.1.x"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": ">= 0.8.x"
},
"subdomain": "dharmafly.elsewhere",
"scripts": {
"start": "bin/elsewhere"
}
}