{
  "name": "gitmint",
  "version": "0.0.3-update.3",
  "description": "A mint on Gitment",
  "main": "./dist/gitment.js",
  "author": {
    "name": "Shiquan Sun",
    "url": "https://github.com/imsun"
  },
  "contributors": [
    {
      "name": "Shiquan Sun",
      "url": "https://github.com/imsun"
    },
    {
      "name": "aimingoo",
      "email": "aiming@gmail.com",
      "url": "https://github.com/aimingoo"
    }
  ],
  "keywords": [
    "Gitment",
    "comment system",
    "GitHub Issues"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/aimingoo/gitmint"
  },
  "bugs": {
    "url": "https://github.com/aimingoo/gitmint/issues"
  },
  "homepage": "https://github.com/aimingoo/gitmint",
  "scripts": {
    "build": "babel src --out-dir dist --ignore test.js --source-maps & NODE_ENV=production webpack --config webpack.config.js --progress --profile --colors",
    "dev": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0 --progress --profile --colors"
  },
  "devDependencies": {
    "babel-cli": "^6.24.0",
    "babel-core": "^6.24.0",
    "babel-loader": "^6.4.1",
    "babel-preset-es2015": "^6.24.0",
    "webpack": "^2.3.2",
    "webpack-dev-server": "^2.4.2"
  },
  "dependencies": {
    "mobx": "^3.2.1"
  },
  "license": "MIT"
}
