UNPKG

1.06 kBJSONView Raw
1{
2 "name": "disposables",
3 "version": "1.0.1",
4 "description": "Disposables let you safely compose resource disposal semantics",
5 "main": "modules/index.js",
6 "scripts": {
7 "build": "./scripts/build",
8 "test": "./scripts/test",
9 "test-cov": "./scripts/test-cov",
10 "prepublish": "npm run build"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/gaearon/disposables.git"
15 },
16 "author": {
17 "name": "Cloud Programmability Team",
18 "url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
19 },
20 "contributors": [
21 {
22 "name": "Dan Abramov",
23 "email": "dan.abramov@me.com"
24 }
25 ],
26 "licenses": [
27 {
28 "type": "Apache License, Version 2.0",
29 "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
30 }
31 ],
32 "bugs": {
33 "url": "https://github.com/gaearon/disposables/issues"
34 },
35 "homepage": "https://github.com/gaearon/disposables",
36 "devDependencies": {
37 "babel": "^5.0.10",
38 "expect.js": "^0.3.1",
39 "istanbul": "~0.3.7",
40 "mocha": "^2.0.1"
41 }
42}