{
  "author": "Sean Lavine <sean@eternalrise.com>",
  "name": "fixr-compiled",
  "description": "Create data fixtures for testing projects",
  "keywords": [
    "fixture",
    "test",
    "db test"
  ],
  "version": "0.0.8",
  "repository": {
    "type": "git",
    "url": "git://github.com/freewil/node-fixr.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "test": "make test",
    "prepublish": "make build"
  },
  "engines": {
    "node": ">=0.6.x"
  },
  "dependencies": {
    "pg": "0.6.x",
    "async": "~0.1.18",
    "sql": "~0.0.4"
  },
  "devDependencies": {
    "coffee-script": "~1.3.1",
    "mocha": "~1.0.1"
  },
  "optionalDependencies": {},
  "bundleDependencies": []
}
