-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.06 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
{
"name": "react-dragscroll",
"version": "2.0.1",
"description": "React DragScroll is a React component which enables scrolling via holding the mouse button.",
"main": "index.js",
"files": [
"dist",
"lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qiaolb/react-dragscroll.git"
},
"keywords": [
"react",
"drag",
"scroll"
],
"author": "Qiao Libo",
"license": "MIT",
"bugs": {
"url": "https://github.com/qiaolb/react-dragscroll/issues"
},
"homepage": "https://github.com/qiaolb/react-dragscroll#readme",
"dependencies": {
"react": "^16.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bower-webpack-plugin": "^0.1.9",
"react-hot-loader": "^3.0.0-beta.3",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
}
}