{
  "name": "submissions",
  "version": "0.3.1",
  "description": "stream of submission events for form controls",
  "keywords": [],
  "author": "Raynos <raynos2@gmail.com>",
  "repository": "git://github.com/Colingo/submissions.git",
  "main": "index",
  "homepage": "https://github.com/Colingo/submissions",
  "contributors": [
    {
      "name": "Raynos"
    }
  ],
  "bugs": {
    "url": "https://github.com/Colingo/submissions/issues",
    "email": "raynos2@gmail.com"
  },
  "dependencies": {
    "dom-reduce": "git://github.com/Raynos/dom-reduce",
    "reducers": "git://github.com/Raynos/reducers",
    "common-ancestor": "~0.1.2",
    "form-data-set": "~0.2.1"
  },
  "devDependencies": {
    "tape": "~0.2.2",
    "browserify-server": "~2.1.18",
    "browservefy": "0.0.8",
    "testem": "~0.2.70",
    "reducible": "git://github.com/Raynos/reducible#1.x",
    "global": "~0.1.5",
    "ever": "0.0.1",
    "unpack-html": "~1.0.3",
    "eve": "git://github.com/shtylman/eve",
    "happen": "~0.1.2",
    "hyperscript": "~1.0.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/Colingo/submissions/raw/master/LICENSE"
    }
  ],
  "scripts": {
    "test": "testem ci",
    "build": "browserify-server --bundle=test/index.js -o test/static/bundle.js --debug",
    "testem": "testem",
    "example": "browservefy ./examples/simple.js --browserify='browserify-server' --live -- --debug --bundle"
  },
  "testling": {
    "files": "test/index.js",
    "browsers": [
      "ie/8..latest",
      "firefox/16..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  }
}
