forked from tongyy/react-native-draggable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 974 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
{
"name": "react-native-draggable",
"version": "1.0.14",
"description": "draggable",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint Draggable.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tongyy/react-native-draggable.git"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"babel-jest": "20.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "20.0.0",
"react-test-renderer": "16.0.0-alpha.6",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0"
},
"jest": {
"modulePathIgnorePatterns": [
"<rootDir>/example/"
],
"preset": "react-native"
},
"keywords": [
"react-native",
"draggable",
"drag",
"drop"
],
"author": "tongyy",
"license": "MIT",
"bugs": {
"url": "https://github.com/tongyy/react-native-draggable/issues"
},
"homepage": "https://github.com/tongyy/react-native-draggable#readme"
}