sammi
Version:
Convenient and safe interaction with external services
32 lines (31 loc) • 642 B
JSON
{
"name": "sammi",
"version": "0.2.1",
"description": "Convenient and safe interaction with external services",
"main": "src/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/domrein/sammi.git"
},
"keywords": [
"validation",
"external",
"request"
],
"author": "Paul Milham",
"license": "ISC",
"bugs": {
"url": "https://github.com/domrein/sammi/issues"
},
"homepage": "https://github.com/domrein/sammi",
"dependencies": {
"request": "^2.55.0",
"tean": "^1.0.10"
}
}