{
  "name": "fis3",
  "version": "3.5.0-beta.3",
  "description": "fis 3.0",
  "main": "index.js",
  "bin": {
    "fis3": "bin/fis.js"
  },
  "dependencies": {
    "colors": "0.6.2",
    "commander": "1.3.2",
    "glob": "5.0.3",
    "iconv-lite": "0.2.10",
    "liftoff": "2.2.1",
    "lodash": "4.17.21",
    "minimatch": "3.0.4",
    "minimist": "1.2.3",
    "tar": "4.4.15",
    "fis-command-install": "0.2.17",
    "fis-lolcat": "1.0.1",
    "fis-optimizer-clean-css": "0.0.9",
    "fis-optimizer-uglify-js": "0.2.2",
    "fis3-command-init": "1.0.14",
    "fis3-command-inspect": "~1.0.6",
    "fis3-command-release": "1.3.19",
    "fis3-command-server": "0.0.9",
    "fis3-server-node": "0.1.3",
    "fis3-deploy-http-push": "2.0.8",
    "fis3-deploy-encoding": "1.0.0",
    "fis3-deploy-local-deliver": "1.0.0",
    "fis3-hook-components": "1.0.4",
    "fis3-packager-map": "1.1.3",
    "fis3-errors": "*"
  },
  "devDependencies": {
    "chai": "^2.2.0",
    "jsdoc": "^3.3.2",
    "minami": "git://github.com/2betop/minami.git",
    "mocha": "^2.2.1",
    "mocha-junit-reporter": "^1.4.0",
    "npm-watch": "0.0.0",
    "istanbul": "~0.2.14",
    "coveralls": "2.10.0",
    "fis3-postpackager-loader": "1.2.7",
    "fis3-hook-cmd": "0.0.1"
  },
  "watch": {
    "jsdoc": "lib/*.js"
  },
  "scripts": {
    "test": "mocha test",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test",
    "jsdoc": "jsdoc --readme ./doc/docs/api/dev-plugin.md ./lib -r -t ./node_modules/minami -c .jsdoc.json -d ./doc/api",
    "watch": "npm-watch",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fex-team/fis3.git"
  },
  "keywords": [
    "fis"
  ],
  "author": "fis",
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/fex-team/fis3/issues"
  },
  "homepage": "https://github.com/fex-team/fis3"
}
