{
  "name": "noll",
  "version": "0.1.9",
  "description": "An environment for computer graphics experiments",
  "scripts": {
    "build": "NODE_ENV=production webpack --config webpack.client.config.js",
    "watch": "webpack --config webpack.client.config.js --watch",
    "example": "cd ./example && node ../src/bin/noll.js",
    "lint": "eslint client scripts utils",
    "prepublish": "npm run lint && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/malte-wessel/noll.git"
  },
  "keywords": [
    "noll",
    "canvas",
    "webgl",
    "threejs",
    "glsl",
    "glslify",
    "art"
  ],
  "author": "Malte Wessel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/malte-wessel/noll/issues"
  },
  "homepage": "https://github.com/malte-wessel/noll",
  "bin": "./src/bin/noll.js",
  "devDependencies": {
    "babel-plugin-transform-react-constant-elements": "^6.9.1",
    "babel-plugin-transform-remove-console": "^6.8.0",
    "babel-polyfill": "^6.9.1",
    "classnames": "^2.2.3",
    "css-loader": "^0.23.1",
    "eslint": "^2.9.0",
    "eslint-config-airbnb": "9.0.1",
    "eslint-plugin-import": "^1.7.0",
    "eslint-plugin-jsx-a11y": "^1.2.0",
    "eslint-plugin-react": "^5.0.1",
    "extract-text-webpack-plugin": "^1.0.1",
    "install": "^0.8.1",
    "lodash": "^4.13.1",
    "node-sass": "^3.8.0",
    "npm": "^3.10.5",
    "postcss-loader": "^0.8.1",
    "raf": "^3.2.0",
    "react": "^15.0.0",
    "react-color": "^2.2.2",
    "react-custom-scrollbars": "^4.0.0",
    "react-dom": "^15.0.0",
    "react-hot-loader": "^3.0.0-beta.1",
    "react-prefixr": "^0.1.0",
    "react-redux": "^4.4.0",
    "react-router": "^2.6.0",
    "recompose": "^0.20.2",
    "redbox-react": "^1.2.10",
    "redux": "^3.3.1",
    "redux-logger": "^2.6.1",
    "reselect": "^2.5.3",
    "rucksack-css": "^0.8.5",
    "sass-loader": "^4.0.0",
    "style-loader": "^0.13.0"
  },
  "dependencies": {
    "babel-core": "^6.5.2",
    "babel-loader": "^6.2.3",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.5.0",
    "chalk": "^1.1.3",
    "chokidar": "^1.6.0",
    "cross-spawn": "^4.0.0",
    "deep-equal": "^1.0.1",
    "file-loader": "^0.8.5",
    "glob": "^7.0.5",
    "glslify-loader": "^1.0.2",
    "json-loader": "^0.5.4",
    "opn": "^4.0.2",
    "raw-loader": "^0.5.1",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1"
  }
}
