forked from lingochamp/react-qiniu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.01 KB
/
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
45
46
47
{
"name": "react-qiniu",
"version": "1.5.0",
"description": "A React Component to upload file to Qiniu ",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint ./; true"
},
"repository": {
"type": "git",
"url": "https://github.com/lingochamp/react-qiniu.git"
},
"keywords": [
"react-component",
"react",
"qiniu",
"upload",
"drag",
"drop"
],
"author": "Yuan He <[email protected]>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.0.0",
"superagent": "^1.2.0",
"superagent-bluebird-promise": "^3.0.2"
},
"devDependencies": {
"babel-eslint": "^3.1.18",
"babel-jest": "^5.3.0",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"jest-cli": "^0.4.13",
"react": "^0.14.0",
"react-dom": "^0.14.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
],
"testPathDirs": [
"<rootDir>"
]
}
}