yaboss
Version:
Simple nodejs wrapper for Yahoo BOSS web api
41 lines (40 loc) • 788 B
JSON
{
"name": "yaboss",
"version": "0.1.2",
"description": "Simple nodejs wrapper for Yahoo BOSS web api",
"main": "index.js",
"engines": {
"node": ">=0.10.21",
"npm": ">1.3.8"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/vodolaz095/yaboss.git"
},
"keywords": [
"yahoo",
"boss",
"oauth",
"api",
"wrapper"
],
"dependencies":{
"oauth":">=0.9.10"
},
"devDependencies":{
"mocha":"*",
"should":"*"
},
"author": {
"name": "Anatolij Ostroumov",
"url": "https://github.com/vodolaz095",
"email": "ostroumov095@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vodolaz095/yaboss/issues"
}
}