-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 746 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 746 Bytes
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
{
"name": "recoverable-code",
"version": "0.1.0",
"description": "When you need to make sure that a process gets completed even in case of nodejs program crash and restarts",
"main": "index.js",
"dependencies": {
"fs-ext": "^0.6.0"
},
"devDependencies": {},
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guenoledc/recoverable-code.git"
},
"keywords": [
"nodejs",
"persistent",
"callback",
"recoverable"
],
"author": "Guénolé de Cadoudal <guenoledc@yahoo.fr>",
"license": "ISC",
"bugs": {
"url": "https://github.com/guenoledc/recoverable-code/issues"
},
"homepage": "https://github.com/guenoledc/recoverable-code#readme"
}