node-stipend
Version:
nodejs Stipend client
26 lines (25 loc) • 504 B
JSON
{
"name": "node-stipend",
"version": "0.4.0",
"description": "nodejs Stipend client",
"keywords": [
"Stipend",
"SPD"
],
"repository": "git://github.com/Stipend-Developer/node-stipend.git",
"author": "STIPEND <nicksr987@gmail.com>",
"main": "lib/stipend.js",
"engines": {
"node": ">= 0.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^4.1.0",
"nodeunit": "*",
"sinon": "^4.1.2"
},
"dependencies": {},
"scripts": {
"test": "mocha"
}
}