match-g3
Version:
Node wrapper for Match.com's G3 API
24 lines (23 loc) • 525 B
JSON
{
"name": "match-g3",
"version": "0.0.4",
"description": "Node wrapper for Match.com's G3 API",
"main": "lib/g3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"match.com",
"g3"
],
"repository": {
"type": "git",
"url": "http://github.com/conceptualitis/match-g3-node.git"
},
"author": "Neil Duffy <neiladuffy@gmail.com> (http://conceptualitis.com/)",
"license": "ISC",
"dependencies": {
"q": "^1.0.1",
"request": "^2.40.0"
}
}