{
  "name": "disposables",
  "version": "1.0.2",
  "description": "Disposables let you safely compose resource disposal semantics",
  "main": "modules/index.js",
  "files": [
    "modules"
  ],
  "scripts": {
    "build": "./scripts/build",
    "test": "./scripts/test",
    "test-cov": "./scripts/test-cov",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gaearon/disposables.git"
  },
  "author": {
    "name": "Cloud Programmability Team",
    "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
  },
  "contributors": [
    {
      "name": "Dan Abramov",
      "email": "dan.abramov@me.com"
    }
  ],
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/gaearon/disposables/issues"
  },
  "homepage": "https://github.com/gaearon/disposables",
  "devDependencies": {
    "babel": "^5.0.10",
    "expect.js": "^0.3.1",
    "istanbul": "~0.3.7",
    "mocha": "^2.0.1"
  }
}
