UNPKG

536 BJSONView Raw
1{
2 "name": "cleankill",
3 "version": "2.0.0",
4 "description": "Hook SIGINT and cleanly shut down your async code",
5 "homepage": "https://github.com/PolymerLabs/cleankill",
6 "bugs": "https://github.com/PolymerLabs/cleankill/issues",
7 "license": "BSD-3-Clause",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/PolymerLabs/cleankill.git"
11 },
12 "scripts": {
13 "prepublish": "tsc"
14 },
15 "main": "index.js",
16 "devDependencies": {
17 "typescript": "^1.8.10"
18 },
19 "typings": "./index.d.ts",
20 "engine": ">=4"
21}