adp
Version:
Toolkit for interfacing with ADP Marketplace API's
37 lines (36 loc) • 692 B
JSON
{
"name": "adp",
"version": "0.0.1",
"description": "Toolkit for interfacing with ADP Marketplace API's",
"main": "index.js",
"scripts": {
"test": "mocha index.js"
},
"bin": {
"adp": "./cli.js"
},
"keywords": [
"adp",
"adp",
"marketplace",
"marketplace",
"hr",
"human",
"resource"
],
"author": "Michael Ruddy",
"license": "ISC",
"dependencies": {
"canned": "^0.3.6",
"chalk": "^1.1.1",
"co": "^4.6.0",
"co-fs": "^1.2.0",
"co-prompt": "^1.0.0",
"commander": "^2.9.0",
"lodash": "^3.10.1",
"lodash-deep": "^1.6.0",
"moment": "^2.10.6",
"request": "^2.67.0",
"simple-git": "^1.16.0"
}
}