{
  "name": "state",
  "version": "0.2.0",
  "description": "First-class states",
  "homepage": "http://statejs.org/",
  "keywords": [
    "state",
    "transition",
    "behavior",
    "behaviour",
    "prototype",
    "prototypal",
    "hierarchical",
    "fsm",
    "state machine"
  ],
  "author": "Nick Fargo",
  "repository": {
    "type": "git",
    "url": "git://github.com/nickfargo/state.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/nickfargo/state/master/LICENSE"
    }
  ],
  "main": "lib/index",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "prepublish": "bin/compile && bin/test -R progress",
    "test": "bin/test -R spec"
  },
  "dependencies": {
    "omicron": "~0.2.0"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "docco": "https://github.com/nickfargo/docco/archive/0.7.1.tar.gz",
    "mocha": "*",
    "chai": ">=1.5.0",
    "grunt": "~0.4.1",
    "grunt-contrib-concat": "~0.1.3",
    "grunt-contrib-uglify": "~0.2.0",
    "grunt-contrib-connect": "~0.2.0",
    "grunt-contrib-watch": "~0.3.1",
    "grunt-browserify": "~1.1.1"
  }
}
