{
  "name": "fh-webapp-beta2",
  "version": "0.5.42",
  "description": "FeedHenry REST API routes",
  "main": "lib/webapp.js",
  "scripts": {
    "test": "listing=$(ls -1 test/test_*); teststorun=$(echo $listing | tr -d '\n'); whiskey --tests \"$teststorun\" --global-setup-teardown \"test/setup.js\""
  },
  "author": "FeedHenry",
  "dependencies" : {
    "fh-connect" : "1.8.6",
    "fh-reportingclient" : "*",
    "underscore" : "1.5.1",
    "fh-api-beta" : "*",
	  "request" : "2.25.0",
	  "async":"0.2.9",
    "cors": "2.1.0"
  },
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=0.6"
  },
  "devDependencies" : {
    "express" : "3.3.4",
    "proxyquire" : "0.4.1",
    "whiskey" : "git://github.com/cloudkick/whiskey.git#58fc2944ac",
    "cli-color" : "0.2.2",
    "nock" : "0.22.1"
  }
}
