-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
34 lines (34 loc) · 782 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
{
"name": "django-s3file",
"version": "1.0.0",
"description": "A lightweight file uploader input for Django and Amazon S3",
"directories": {
"test": "tests"
},
"scripts": {
"test": "node --test --experimental-test-coverage",
"lint:js": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingjoe/django-s3file.git"
},
"keywords": [
"aws",
"s3",
"django",
"file"
],
"author": "Johannes Maron <johannes@maron.family>",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/codingjoe/django-s3file/issues"
},
"homepage": "https://github.com/codingjoe/django-s3file#readme",
"devDependencies": {
"global-jsdom": "*",
"jsdom": "*",
"standard": "*"
}
}