{
  "name": "mk-utils",
  "version": "2.0.7",
  "description": "mk-utils",
  "main": "./lib/index.js",
  "scripts": {
    "compile": "babel -d lib/ src/",
    "build": "webpack --output-filename mk-utils.js",
    "build-min": "cross-env NODE_ENV=production COMPRESS=1 webpack --output-filename mk-utils.min.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ziaochina/mk-utils.git"
  },
  "author": "liujian zhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ziaochina/mk-utils/issues"
  },
  "homepage": "https://github.com/ziaochina/mk-utils#readme",
  "dependencies": {
    "history": "*",
    "js-beautify": "*",
    "jsondiffpatch": "*",
    "less": "^2.7.2",
    "lodash": "*",
    "moment": "*",
    "pubsub-js": "*",
    "react": "*",
    "react-dom": "*",
    "whatwg-fetch": "*"
  },
  "devDependencies": {
    "babel-cli": "*",
    "babel-core": "*",
    "babel-loader": "*",
    "babel-plugin-add-module-exports": "*",
    "babel-plugin-transform-runtime": "*",
    "babel-preset-env": "*",
    "babel-preset-react": "*",
    "babel-preset-stage-0": "*",
    "cross-env": "*",
    "css-loader": "*",
    "extract-text-webpack-plugin": "*",
    "style-loader": "*",
    "webpack": "*",
    "webpack-cli": "*"
  }
}
