{
  "name": "hypnotable",
  "version": "1.0.0",
  "description": "Streaming sortable tables",
  "main": "index.js",
  "scripts": {
    "example": "beefy example/basic.js",
    "test-dev": "beefy test/index.js",
    "test": "browserify test/*.js | testling"
  },
  "author": "",
  "license": "BSD",
  "dependencies": {
    "bean": "~1.0.4",
    "browserify": "^3.46.1",
    "coffeeify": "~0.5.2",
    "cssify": "^0.5.0",
    "jade": "~1.1.5",
    "jadeify": "~2.1.1",
    "through": "~2.3.4"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:davidguttman/hypnotable.git"
  },
  "devDependencies": {
    "beefy": "~0.4.2",
    "accounting": "~0.3.2",
    "event-stream": "~3.1.0",
    "tape": "~2.5.0",
    "testling": "~1.6.0"
  },
  "browser": "./lib/index.coffee",
  "browserify": {
    "transform": [
      "coffeeify",
      "jadeify",
      "cssify"
    ]
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  }
}
