shippo-node-utils
Version:
Shippo nodejs utils module
38 lines (37 loc) • 909 B
JSON
{
"name": "shippo-node-utils",
"version": "2.6.3",
"description": "Shippo nodejs utils module",
"keywords": [
"shippo",
"utils",
"nodejs"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha test/*.test.js --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shippodeveloper/shippo-node-utils.git"
},
"author": "Shippo Developer",
"license": "MIT",
"email": "p.ptsp@shippo.vn",
"bugs": {
"url": "https://github.com/shippodeveloper/shippo-node-utils/issues"
},
"homepage": "https://github.com/shippodeveloper/shippo-node-utils#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
},
"dependencies": {
"consul": "^0.35.0",
"flat": "^4.1.0",
"linq": "^3.2.0",
"node-cache": "^4.2.1",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.5.1"
}
}