UNPKG

926 BJSONView Raw
1{
2 "name": "promise-abortable",
3 "author": "dondevi",
4 "version": "1.0.2",
5 "license": "MIT",
6 "description": "A Promise lib for abortable.",
7 "keywords": [
8 "promise",
9 "abort",
10 "cancel"
11 ],
12 "files": [
13 "src",
14 "dist"
15 ],
16 "homepage": "https://github.com/dondevi/promise-abortable",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/dondevi/promise-abortable.git"
20 },
21 "bugs": {
22 "url": "https://github.com/dondevi/promise-abortable/issues"
23 },
24 "main": "src/index.js",
25 "scripts": {
26 "build": "rollup -c",
27 "test": "mocha"
28 },
29 "dependencies": {
30 "@babel/polyfill": "^7.4.4"
31 },
32 "devDependencies": {
33 "@babel/core": "^7.4.5",
34 "@babel/preset-env": "^7.4.5",
35 "eslint": "^6.0.0",
36 "rollup-plugin-babel": "^4.3.3",
37 "rollup-plugin-commonjs": "^10.0.0",
38 "rollup-plugin-node-resolve": "^5.2.0",
39 "rollup-plugin-uglify": "^6.0.2"
40 }
41}