forked from SoAanyip/React-FileUpload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1021 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
36
37
38
39
40
41
42
{
"name": "react-fileupload",
"version": "2.4.0",
"description": "Upload files async with xhr2 or iframe for IE. Supporting IE8+. Doing well in Tencent.",
"main": "dist/main.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"build:watch": "npm run build -- -w",
"start": "npm run build:watch"
},
"keywords": [
"upload",
"react",
"file",
"ajax",
"xhr",
"async",
"react-component"
],
"repository": {
"type": "git",
"url": "https://github.com/SoAanyip/React-FileUpload.git"
},
"author": "Cheesu@Tencent",
"license": "MIT",
"dependencies": {
"react": "^15.0.2"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"es5-shim": "^4.1.10",
"jsx-loader": "^0.13.2",
"webpack": "^1.12.14"
},
"bugs": {
"url": "https://github.com/SoAanyip/React-FileUpload/issues"
}
}