{
  "name": "react-equation-editor",
  "version": "1.1.0",
  "description": "A react equation editor base on mathjax",
  "main": "./dist/ReactEquationEditor.js",
  "scripts": {
    "build": "cross-env EDITOR_ENV=production  webpack",
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "cross-env EDITOR_ENV=development  webpack-dev-server"
  },
  "keywords": [
    "react",
    "react-component"
  ],
  "author": "zhihuilai",
  "homepage": "https://github.com/luckyLZH/react-equation-editor",
  "repository": {
    "type": "git",
    "url": "https://github.com/luckyLZH/react-equation-editor.git"
  },
  "bugs": {
    "url": "https://github.com/luckyLZH/react-equation-editor/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.23.1",
    "babel-loader": "^6.3.2",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-preset-es2015": "^6.22.0",
    "babel-preset-react": "^6.23.0",
    "cross-env": "^3.2.4",
    "css-loader": "^0.26.2",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "style-loader": "^0.13.2",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^2.4.1"
  },
  "dependencies": {}
}
