{
  "name": "organic-expressserver",
  "version": "0.4.0",
  "main": "index.js",
  "scripts": {
    "test": "jasmine-node ./tests/"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/outbounder/organic-expressServer.git"
  },
  "dependencies": {
    "organic": "0.1.1",
    "underscore": "1.4.4"
  },
  "devDependencies": {
    "jasmine-node": "latest",
    "express": "latest",
    "request": "latest",
    "shelljs": "latest"
  },
  "license": "MIT"
}