{
  "name": "xg",
  "version": "0.5.4",
  "description": "Front-end Integrated Solution for xgfe based on Fis3",
  "main": "index.js",
  "scripts": {
    "start": "xg [server|release]",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
  },
  "bin": {
    "xg": "./bin/xg"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xgfe/xg.git"
  },
  "keywords": [
    "fis3",
    "xgfe",
    "xg"
  ],
  "author": "xgfe",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/xgfe/xg/issues"
  },
  "homepage": "https://github.com/xgfe/xg#readme",
  "devDependencies": {
    "cz-conventional-changelog": "^1.1.5"
  },
  "dependencies": {
    "babel-preset-stage-2": "^6.20.0",
    "colors": "^1.1.2",
    "fis-parser-babel-6.x": "^6.20.0",
    "fis3": "^3.3.6",
    "fis3-hook-amd": "0.2.2",
    "fis3-hook-commonjs": "^0.1.22",
    "fis3-packager-deps-pack": "^0.1.2",
    "liftoff": "^2.2.0",
    "lint-plus": "^0.6.8",
    "minimist": "^1.2.0",
    "node-notifier": "^4.5.0",
    "x256": "0.0.2",
    "xg-command-freepack": "0.x",
    "xg-command-lint": "^1.0.4",
    "xg-command-tag": "^0.1.0",
    "xg-server-node": "^1.0.5"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "engineStrict": true,
  "engine-strict": true,
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  }
}
