eureka-config-client
Version:
28 lines (27 loc) • 597 B
JSON
{
"name": "eureka-config-client",
"version": "1.1.1",
"description": "common modules",
"main": "index.js",
"scripts": {
"lint": "jshint index.js lib/*.js test/*.js",
"test": "mocha && npm run lint"
},
"author": "lipengyao",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/lipengyao2016/eureka-config-client.git"
},
"dependencies": {
"eureka-js-client": "^4.4.1",
"inflection": "^1.12.0",
"lodash": "^4.17.2"
},
"keywords": [
"eureka-config-client",
"lipengyao",
"lipy",
"lakoo-eureka-client"
]
}