forked from rossturner/HTML5-ImageUploader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 833 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 833 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
{
"name": "html5-imageuploader",
"version": "1.0.0",
"description": "The primary goal of this project is ImageUploader.js, a javascript module which can perform client-side resizing of images and uploads to a remote server using only HTML5 features (e.g. the Canvas and FileReader APIs).",
"main": "app.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"express": "^4.17.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GroM/HTML5-ImageUploader.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/GroM/HTML5-ImageUploader/issues"
},
"homepage": "https://github.com/GroM/HTML5-ImageUploader#readme"
}