{
  "name": "bridges",
  "version": "0.7.0",
  "description": "application generator for the bridges application framework",
  "main": "./build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "gulp"
  },
  "bin": {
    "bridges": "./index.js"
  },
  "author": "Steven Zeiler",
  "license": "ISC",
  "dependencies": {
    "babel": "^5.1.10",
    "body-parser": "^1.10.0",
    "bridges-console": "^1.0.0",
    "commander": "^2.5.0",
    "express": "^4.10.6"
  },
  "devDependencies": {
    "gulp-concat": "^2.4.2",
    "gulp-jshint": "^1.9.0",
    "gulp": "^3.8.10",
    "gulp-uglify": "^1.0.2",
    "gulp-babel": "^5.1.0"
  }
}
