automeme
Version:
An automeme API wrapper.
35 lines (34 loc) • 676 B
JSON
{
"name": "automeme",
"version": "0.0.3",
"description": "An automeme API wrapper.",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/fiveisprime/automeme.git"
},
"keywords": [
"automeme",
"meme",
"api"
],
"author": "Matt Hernandez <matt@modulus.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fiveisprime/automeme/issues"
},
"dependencies": {
"request": "~2.27.0",
"q": "~0.9.7"
},
"devDependencies": {
"jshint": "~2.3.0",
"should": "~2.1.1",
"mocha": "~1.16.2",
"nock": "~0.27.1",
"istanbul": "~0.2.3"
}
}