• This project
    • Loading...
  • Sign in

fe / zookeeper · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • zookeeper
  • package.json
  • remove resolve
    2834a2f2
    by xuqi
    2016-11-01 10:44:17 +0800  
    Browse Files
package.json 302 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "name": "yoho-zookeeper",
  "version": "1.0.4",
  "description": "yoho zookeeper",
  "main": "index.js",
  "keywords": [
    "zookeeper",
    "yoho"
  ],
  "author": "xuqi<qi.xu@yoho.cn>",
  "license": "ISC",
  "dependencies": {
    "lodash": "^4.16.4",
    "node-zookeeper-client": "^0.2.2"
  }
}