-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "node-cleanup",
"version": "2.1.2",
"description": "installs custom cleanup handlers that run on exiting node",
"main": "node-cleanup.js",
"scripts": {
"test": "tap tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtlapp/node-cleanup.git"
},
"keywords": [
"node",
"exit",
"cleanup",
"sigint",
"ctrl-c"
],
"author": "",
"contributors": [
{
"name": "CanyonCasa",
"url": "http://stackoverflow.com/users/3319552/canyoncasa"
},
{
"name": "Joseph T. Lapp",
"email": "arachnojoe@gmail.com",
"url": "http://josephtlapp.com"
}
],
"bugs": {
"url": "https://github.com/jtlapp/node-cleanup/issues"
},
"homepage": "https://github.com/jtlapp/node-cleanup#readme",
"license": "MIT",
"devDependencies": {
"memory-streams": "^0.1.0",
"tap": "^8.0.1"
}
}