{
  "name": "highland",
  "version": "1.26.3",
  "description": "The high-level streams library",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "homepage": "http://highlandjs.org/",
  "bugs": "https://github.com/caolan/highland/issues",
  "repository": {
    "type": "git",
    "url": "https://github.com/caolan/highland.git"
  },
  "licenses": {
    "type": "Apache 2.0",
    "url": "https://github.com/caolan/highland/raw/master/LICENSE"
  },
  "devDependencies": {
    "browserify": "~3.30.1",
    "concat-stream": "~1.4.1",
    "es6-promise": "~0.1.1",
    "grunt": "~0.4.2",
    "grunt-browserify": "~1.3.1",
    "grunt-bump": "0.0.13",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-nodeunit": "~0.3.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-gh-pages": "~0.9.0",
    "grunt-npm": "0.0.2",
    "handlebars": "~1.3.0",
    "nodeunit": "~0.8.6",
    "nodeunit-tape": "~0.2.0",
    "scrawl": "0.0.5",
    "sinon": "~1.8.2",
    "stream-array": "~0.1.3",
    "through": "~2.3.4"
  },
  "scripts": {
    "test": "nodeunit test/test.js"
  },
  "testling": {
    "files": "test/testling.js",
    "browsers": [
      "ie/8..latest",
      "chrome/latest",
      "firefox/latest",
      "safari/latest",
      "opera/latest",
      "iphone/latest",
      "ipad/latest",
      "android-browser/latest"
    ]
  }
}
