{
  "name": "flipflops",
  "version": "0.1.8",
  "description": "Flip Flops: Quite blogging, go to the beach.",
  "bin": {
    "flipflops": "./src/cli/flipflops.js"
  },
  "scripts": {
    "postinstall": "node ./node_modules/.bin/bower update --force --config.interactive=0",
    "test": "node ./node_modules/.bin/grunt test",
    "start": "sh ./src/deploy/node/start.sh",
    "stop": "sh ./src/deploy/node/stop.sh"
  },
  "author": "David Souther <davidsouther@gmail.com> (http://davidsouther.com)",
  "license": "MIT",
  "devDependencies": {
    "forever": "^0.11.1",
    "grunt": "~0.4.4",
    "grunt-cli": "^0.1.13",
    "grunt-coffeelint": "0.0.10",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-cucumber": "~0.2.3",
    "grunt-karma": "~0.8.2",
    "grunt-mocha-test": "~0.10.2",
    "grunt-recurse": "~0.2.1",
    "grunt-release": "^0.7.0",
    "grunt-selenium-launcher": "~0.1.1",
    "karma": "~0.12.9",
    "karma-chrome-launcher": "~0.1.3",
    "karma-coffee-preprocessor": "~0.2.1",
    "karma-coverage": "git://github.com/DavidSouther/karma-coverage#tmp/ibrik",
    "karma-firefox-launcher": "~0.1.3",
    "karma-junit-reporter": "^0.2.2",
    "karma-mocha": "~0.1.3",
    "karma-ng-scenario": "~0.1.0",
    "karma-phantomjs-launcher": "~0.1.4",
    "karma-script-launcher": "~0.1.0",
    "karma-sinon-chai": "~0.1.5",
    "karma-spec-reporter": "0.0.12",
    "mocha": "~1.18.2",
    "passport-stub": "^1.0.0",
    "phantomjs": "^1.9.7-1",
    "protractor": "^0.22.0",
    "qcumber": "~0.1.2",
    "qcumberbatch": "~0.0.3",
    "request": "~2.34.0",
    "selenium-webdriver": "~2.41.0",
    "should": "~3.3.0",
    "supertest": "~0.11.0",
    "underscore": "^1.6.0"
  },
  "dependencies": {
    "body-parser": "^1.0.2",
    "bower": "~1.3.2",
    "coffee-script": "~1.7.1",
    "express": "~3.0.0",
    "graceful-fs": "^3.0.2",
    "jade": "~1.3.1",
    "js-yaml": "^3.0.2",
    "lodash": "~2.4.1",
    "mkdirp": "^0.5.0",
    "newrelic": "^1.7.1",
    "openport": "0.0.3",
    "passport": "^0.2.0",
    "passport-google-oauth": "^0.1.5",
    "passport-local": "^1.0.0",
    "q": "~1.0.1",
    "raw-body": "^1.1.3",
    "request": "^2.36.0",
    "st": "^0.5.1",
    "stassets": "^0.2.0",
    "tmp": "0.0.23",
    "winston": "~0.7.3"
  }
}
