-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.06 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.06 KB
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
{
"name": "trash-back",
"version": "1.1.1",
"description": "A MacOS solution to Trash using the \"Put Back\" functionality to put all items inside Trash automatically.",
"main": "src/index.js",
"bin": {
"trash-back": "src/trash-back.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"index": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opprDev/trash-back.git"
},
"keywords": [
"MacOS"
],
"author": "opprDev Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/opprDev/trash-back/issues"
},
"homepage": "https://github.com/opprDev/trash-back#readme",
"dependencies": {
"applescript": "^1.0.0",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"fs": "0.0.1-security",
"node-osascript": "^2.0.0",
"osascript": "^1.2.0",
"path": "^0.12.7",
"shelljs": "^0.8.5"
}
}