-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 891 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": "apostrophe-secure-attachments",
"version": "2.1.0",
"description": "Limit direct URL access to uploaded attachments, such as PDFs, to those who have appropriate permissions.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apostrophecms/apostrophe-secure-attachments.git"
},
"keywords": [
"apostrophecms",
"apostrophe",
"cms",
"cms",
"apostrophe"
],
"author": "P'unk Avenue LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/apostrophecms/apostrophe-secure-attachments/issues"
},
"homepage": "https://github.com/apostrophecms/apostrophe-secure-attachments#readme",
"dependencies": {
"uploadfs": "^1.24.1"
}
}