litmus-api
Version:
Harness the power of the Litmus API to send tests to Litmus!
35 lines (34 loc) • 779 B
JSON
{
"name": "litmus-api",
"version": "0.3.2",
"description": "Harness the power of the Litmus API to send tests to Litmus!",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/jeremypeter/litmus-api.git"
},
"keywords": [
"litmus",
"email",
"promise",
"api"
],
"author": "Jeremy Peter <jeremywpeter@gmail.com> (http://www.jeremypeterdesigns.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeremypeter/litmus-api/issues"
},
"homepage": "https://github.com/jeremypeter/litmus-api",
"dependencies": {
"request": "~2.36.0",
"bluebird": "~1.2.4"
},
"devDependencies": {
"chai": "~1.9.1",
"sinon": "~1.10.2",
"mocha": "*"
}
}