{
  "name": "esnextbin",
  "version": "1.0.0-alpha.3",
  "description": "Prototype JavaScript programs in the browser with ESNext (a.k.a ES2015) syntax and features, using modules from NPM.",
  "main": "index.js",
  "dependencies": {
    "babel-standalone": "^6.25.0",
    "basscss": "7.1.1",
    "basscss-background-images": "^0.1.1",
    "basscss-btn-outline": "^1.1.0",
    "basscss-btn-sizes": "^1.2.0",
    "basscss-button-transparent": "^1.1.1",
    "basscss-defaults": "^2.1.3",
    "basscss-utility-headings": "^0.1.0",
    "brace": "^0.10.0",
    "browser-module-sandbox": "^1.4.5",
    "classnames": "^2.2.5",
    "cookies-js": "^1.2.3",
    "emmet": "^1.6.3",
    "mousetrap": "^1.6.1",
    "normalize.css": "^7.0.0",
    "prettier-standalone": "^1.3.1-0",
    "prop-types": "^15.5.10",
    "react": "^15.6.1",
    "react-ace": "^5.0.1",
    "react-dom": "^15.6.1",
    "react-hotkeys": "^0.10.0",
    "react-json-tree": "^0.10.9",
    "react-progress-2": "^4.4.1",
    "superagent": "^3.5.2"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.25.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "compression-webpack-plugin": "^0.4.0",
    "css-loader": "^0.28.4",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-import-resolver-webpack": "^0.8.1",
    "eslint-plugin-import": "^2.3.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.1.0",
    "express": "^4.15.3",
    "extract-text-webpack-plugin": "^2.1.2",
    "husky": "^0.13.4",
    "nodemon": "^1.11.0",
    "optimize-css-assets-webpack-plugin": "^2.0.0",
    "postcss-cssnext": "^2.11.0",
    "postcss-import": "^10.0.0",
    "postcss-loader": "^2.0.6",
    "style-loader": "^0.18.2",
    "uglify-js": "^3.0.17",
    "webpack": "^2.6.1"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack --config webpack.config --progress --colors",
    "watch": "webpack --config webpack.config.dev --colors --watch",
    "start": "node ./devServer.js",
    "start-dev": "npm run watch & nodemon ./devServer.js",
    "lint": "eslint --ext .js --ext .jsx ./src ",
    "lint-dev": "eslint --ext .js --ext .jsx --fix ./src",
    "test": "echo \"Comming soon ;)\" && exit 0",
    "prepush": "npm run lint-dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/voronianski/esnextbin.git"
  },
  "keywords": [
    "esnext",
    "es2015",
    "babel",
    "jsbin",
    "bin",
    "requirebin",
    "node-browserify",
    "require",
    "browser",
    "npm"
  ],
  "author": "Dmitri Voronianski <dmitri.voronianski@gmail.com>",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/voronianski/esnextbin/issues"
  },
  "homepage": "https://github.com/voronianski/esnextbin#readme"
}
