{
  "name": "phlox",
  "version": "0.1.32",
  "description": "A frontend architecture that's easy to visualize",
  "main": "index.js",
  "scripts": {
    "test": "mocha 'src/**/test*.coffee' --watch --compilers coffee:coffeescript/register --transpile --slow 1",
    "clean": "rimraf *.js && rimraf bindings",
    "build": "coffee -o ./ -c src/",
    "dist": "npm run clean && npm run build && npm run sedjs",
    "pub": "npm run dist && npm publish && npm run clean && npm run sedcoffee",
    "sedjs": "sed -i '' -e 's/src\\\/index.coffee\"/index.js\"/g' ./package.json",
    "sedcoffee": "sed -i '' -e 's/index.js\"/src\\\/index.coffee\"/g' ./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Cottin/phlox.git"
  },
  "keywords": [
    "frontend"
  ],
  "author": "Victor Cottin <victor@wecodebetter.se> (http://www.wecodebetter.se/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Cottin/phlox/issues"
  },
  "homepage": "https://github.com/Cottin/phlox",
  "dependencies": {
    "immer": "^3.1.3",
    "lodash.debounce": "^4.0.8",
    "popsiql": ">0.2.3",
    "ramda": ">0.25.0",
    "ramda-extras": "^0.4.16"
  },
  "devDependencies": {
    "babel-core": "^6.3.15",
    "babel-eslint": "^5.0.0-beta4",
    "babel-loader": "^6.2.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-hmre": "^1.0.0",
    "coffeescript": "^2.3.2",
    "cross-env": "^1.0.6",
    "eslint": "^1.10.3",
    "eslint-plugin-babel": "^3.0.0",
    "rimraf": "^2.4.3",
    "testhelp": "^0.1.4"
  }
}
