{
  "name": "flow-core",
  "version": "1.0.0",
  "description": "modern web framework",
  "main": "index.js",
  "scripts": {
    "start": "webpack-dev-server",
    "build": "webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebjwallace/flow.git"
  },
  "keywords": [],
  "author": "Sebastian Wallace",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sebjwallace/flow/issues"
  },
  "homepage": "https://github.com/sebjwallace/flow#readme",
  "dependencies": {
    "@fdaciuk/ajax": "^1.0.10",
    "flexboxgrid": "^6.3.0",
    "virtual-dom": "^2.1.1"
  },
  "devDependencies": {
    "babel-core": "^6.7.2",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-stage-0": "^6.5.0",
    "babelify": "^6.1.2",
    "browserify": "^13.0.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-uglify": "^1.5.3",
    "jasmine-core": "^2.4.1",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1"
  }
}
