-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 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
{
"name": "rm-dir",
"version": "0.2.2",
"description": "Remove directory and all its contents, sync, async callback or promise",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RealTimeCom/rm-dir.git"
},
"keywords": [
"rm",
"dir",
"remove",
"delete",
"directory",
"files",
"folder",
"del",
"sync",
"async",
"promise"
],
"author": "Tanase Laurentiu Iulian <expertphp@gmail.com> (https://github.com/RealTimeCom)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealTimeCom/rm-dir/issues"
},
"homepage": "https://github.com/RealTimeCom/rm-dir",
"eslintConfig": {
"env": {
"node": true,
"es6": true
}
}
}