adn
Version:
App.net API for Node
33 lines (32 loc) • 615 B
JSON
{
"name": "adn",
"version": "0.0.3",
"description": "App.net API for Node",
"main": "lib/index.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/cgiffard/node-adn.git"
},
"keywords": [
"app.net",
"adn",
"alpha"
],
"author": "Christopher Giffard <christopher.giffard@cgiffard.com>",
"license": "BSD",
"devDependencies": {
"mocha": "~1.8.2",
"chai": "~1.5.0"
},
"dependencies": {
"yoyaku": "0.0.9",
"request": "~2.16.6"
}
}