-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 876 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
43
44
{
"name": "fs-upload",
"version": "0.1.4",
"description": "react版本aler函数,直接调用aler(title, content, button)显示",
"keywords": [
"upload",
"upload preview",
"compress",
"react"
],
"homepage": "https://github.com/dxcweb/fs-upload",
"maitainers": [
"605863278@qq.com"
],
"repository": {
"type": "git",
"url": "https://github.com/dxcweb/fs-upload.git"
},
"licenses": "MIT",
"config": {
"port": 8205
},
"scripts": {
"build": "rc-tools run build",
"start": "rc-tools run server",
"pub": "rc-tools run pub",
"up": "rc-tools run update-self"
},
"devDependencies": {
"rc-tools": "^5.11.4",
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"dependencies": {
"bluebird": "^3.5.0"
},
"files": [
"assets",
"examples",
"lib",
"src"
],
"main": "./lib"
}