{
  "name": "tom",
  "version": "0.4.1",
  "description": "Elmish type-safe state and side effect manager using RxJS",
  "main": "lib/index.js",
  "files": [
    "lib",
    "flow.js"
  ],
  "scripts": {
    "lint": "eslint lib"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gcanti/tom.git"
  },
  "author": "Giulio Canti <giulio.canti@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gcanti/tom/issues"
  },
  "homepage": "https://github.com/gcanti/tom",
  "tags": [],
  "dependencies": {
    "rx": "^4.0.0",
    "path-to-regexp": "^1.0.0"
  },
  "devDependencies": {
    "eslint": "1.10.3"
  }
}
