{
  "name": "factory-castrado",
  "version": "0.0.12",
  "description": "Node.js library for generating test data with factories. Inspired by factory_girl",
  "keywords": ["factory", "test", "testing", "data", "bdd", "tdd", "fixture", "mock", "mocking"],
  "author": "David Govea <govea.d@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/davidgovea/factory-castrado"
  },
  "main": "index",
  "engines": {
    "node": ">= 0.4.x"
  },
  "scripts": {
    "test": "make test",
    "prepublish": "make test && make build"
  },
  "dependencies": {
    "lodash": "~1.1.1"
  },
  "devDependencies": {
    "coffee-script": ">= 1.6.0",
    "mocha": ">= 0.11.0",
    "should": ">= 0.5.1",
    "backbone": "~1.0.0"
  }
}
