-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 839 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
42
43
44
45
46
{
"name": "trash-junk",
"version": "1.0.2",
"description": "Move junk files to the trash",
"license": "MIT",
"repository": "soul-wish/trash-junk",
"author": {
"name": "Sergey Lysenko",
"email": "[email protected]",
"url": "soulwish.info"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js"
],
"keywords": [
"trash",
"junk",
"files",
"folders",
"DS_STORE",
"temp",
"tmp",
"garbage",
"clean",
"Thumbs.db"
],
"dependencies": {
"fs-readdir-recursive": "^1.0.0",
"junk": "^2.0.0",
"trash": "^4.0.0"
},
"devDependencies": {
"ava": "^0.17.0",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-plugin-import": "*",
"path-exists": "^3.0.0",
"tempfile": "^1.1.1"
}
}