forked from codingjoe/django-s3file
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 939 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": "standard",
"postinstall": "uglifyjs --compress -o s3file/static/s3file/js/s3file.min.js s3file/static/s3file/js/s3file.js",
"minify": "uglifyjs --compress -o s3file/static/s3file/js/s3file.min.js s3file/static/s3file/js/s3file.js",
"lint:js": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codingjoe/django-s3file.git"
},
"keywords": [
"aws",
"s3",
"django",
"file"
],
"author": "Johannes Hoppe <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/codingjoe/django-s3file/issues"
},
"homepage": "https://github.com/codingjoe/django-s3file#readme",
"devDependencies": {
"standard": "*",
"uglify-js": "*"
}
}