yesnowtf
Version:
A yesno.wtf API library for Node.js
39 lines (38 loc) • 810 B
JSON
{
"name": "yesnowtf",
"version": "0.4.0",
"description": "A yesno.wtf API library for Node.js",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"q-io": "^1.11.6"
},
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"chai-properties": "^1.1.0",
"lodash": "^2.4.1",
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/troutowicz/node-yesnowtf.git"
},
"keywords": [
"decide",
"decision",
"yesno",
"gif"
],
"author": "Tim Routowicz <troutowicz@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troutowicz/node-yesnowtf/issues"
},
"homepage": "https://github.com/troutowicz/node-yesnowtf"
}