{
  "name": "states",
  "description": "Add simple state machine to Javascript objects",
  "version": "0.0.2",
  "author": "Stephen Handley <stephen.handley@gmail.com>",
  "keywords": ["state", "states", "state machine", "simple", "coffeescript"],
  "main": "./lib/states",
  "repository": {
    "type": "git",
    "url": "git://github.com/stephenhandley/states.git"
  },
  "bugs": { 
    "url" : "http://github.com/stephenhandley/states/issues",
    "email" : "stephen.handley@gmail.com"
  },
  "scripts": {
    "spec": "cake spec",
    "build": "cake build"
  },
  "engines": {
    "node": "~0.6.11"
  },
  "dependencies": {},
  "devDependencies": { 
    "vows":           "~0.6.2",
    "coffee-script":  "~1.2.0",
    "docco":          "~0.3.0"
  }
}