node-entourage
Version:
Entourage API wrapper for Node.js
34 lines (33 loc) • 728 B
JSON
{
"name": "node-entourage",
"version": "1.3.4",
"description": "Entourage API wrapper for Node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jeremie Zarca",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"moment": "^2.22.2",
"qs": "^6.5.2"
},
"directories": {
"lib": "lib"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jzarca01/node-entourage.git"
},
"keywords": [
"entourage",
"node",
"api"
],
"bugs": {
"url": "https://github.com/jzarca01/node-entourage/issues"
},
"homepage": "https://github.com/jzarca01/node-entourage#readme"
}