forked from Valums-File-Uploader/file-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 771 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
{
"name": "file-uploader",
"version": "2.0.0",
"description": "version 2.0 Beta of Valum's File Uploader (v1) that incorporate some of the best bugfixes and patches to make a version compatible with the latest browsers in 2012. Transformed into a npm package",
"main": "client/fileuploader.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/codrin-iftimie/file-uploader.git"
},
"keywords": [
"file",
"uploader"
],
"author": "valums",
"license": "GPL",
"bugs": {
"url": "https://github.com/codrin-iftimie/file-uploader/issues"
},
"homepage": "https://github.com/codrin-iftimie/file-uploader"
}