{
  "name": "jm-config",
  "version": "1.0.5",
  "description": "a config lib using jm-mq",
  "main": "./lib/index",
  "scripts": {
    "start": "node node_modules/jm-server/bin/jm-server",
    "cluster": "node node_modules/jm-server/bin/jm-server --cluster",
    "test": "node test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jm-root/jm-config.git"
  },
  "keywords": [
    "javascript",
    "jm-config",
    "config"
  ],
  "author": "Jeff YU",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jm-root/jm-config/issues"
  },
  "homepage": "https://github.com/jm-root/jm-config",
  "dependencies": {
    "jm-config-mq": "^0.0.3",
    "jm-config-mqtt": "^0.0.1",
    "jm-core": "~0.0.7",
    "jm-mq": "~0.2.1",
    "jm-server": "~0.1.6"
  },
  "devDependencies": {
    "jm-sdk-core": "*",
    "bluebird": "*",
    "jshint": "*",
    "gulp": "*",
    "gulp-clean": "*",
    "gulp-concat": "*",
    "gulp-jshint": "*",
    "gulp-rename": "*",
    "gulp-sequence": "*",
    "gulp-uglify": "*",
    "gulp-util": "*"
  }
}
