-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 778 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 778 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
30
31
32
{
"name": "copy-me",
"version": "1.0.0",
"description": "A simple GUI file transfer application.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavanskipo/copy-me.git"
},
"author": "Pavan",
"license": "ISC",
"bugs": {
"url": "https://github.com/pavanskipo/copy-me/issues"
},
"homepage": "https://github.com/pavanskipo/copy-me#readme",
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"multer": "^1.4.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sudo-prompt": "^9.1.1"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}