-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 793 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 793 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
33
34
35
36
37
{
"name": "sendcrypt",
"version": "1.0.0",
"description": "securely send files",
"main": "index.js",
"dependencies": {
"formidable": "^1.1.1",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"mustache": "^2.3.0",
"raven": "^2.6.0",
"request": "^2.83.0",
"slug": "^0.9.1"
},
"devDependencies": {
"mocha": "^5.1.1",
"superagent": "^3.8.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/countable-web/sendcrypt.git"
},
"author": "Clark Van Oyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/countable-web/sendcrypt/issues"
},
"homepage": "https://github.com/countable-web/sendcrypt#readme",
"keywords": [
"send",
"files",
"securely"
]
}