-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.3 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "react-touchable-component",
"version": "0.1.0",
"description": "Draggable react drawer",
"main": "./dist/react-touchable-component.min.js",
"repository": {
"type": "git",
"url": "https://github.com/hanford/react-touchable-component.git"
},
"homepage": "https://github.com/hanford/react-touchable-component",
"bugs": "https://github.com/hanford/react-touchable-component/issues",
"directories": {
"example": "examples"
},
"scripts": {
"build": "webpack -p",
"prepare": "npm run build"
},
"authors": [
"Jack Hanford"
],
"license": "MIT",
"devDependencies": {
"babel-core": "~6.24.1",
"babel-loader": "~6.4.1",
"babel-preset-env": "~1.5.2",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"react": "~15.5.3",
"react-dom": "~15.5.3",
"styled-jsx": "~0.5.7",
"webpack": "~2.3.3"
},
"dependencies": {
"global": "~4.3.1",
"prop-types": "~15.5.8"
},
"peerDependencies": {
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"tags": [
"react",
"touch",
"touchable",
"draggable",
"moveable",
"move",
"event",
"gesture"
],
"keywords": [
"react",
"touch",
"touchable",
"draggable",
"moveable",
"move",
"event",
"gesture"
]
}