forked from kyo504/react-native-marquee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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-native-marquee",
"version": "0.3.2",
"description": "React Native Marquee Text Component",
"main": "index.tsx",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kyo504/react-native-marquee.git"
},
"keywords": [
"react-native",
"marquee",
"ios",
"android"
],
"author": "Hunkyo Jung <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kyo504/react-native-marquee/issues"
},
"homepage": "https://github.com/kyo504/react-native-marquee#readme",
"peerDependencies": {
"react": ">= 16.5.0",
"react-native": ">= 0.57.0"
},
"devDependencies": {
"@types/react": "16.4.14",
"@types/react-native": "0.56.18",
"@types/react-test-renderer": "16.0.2",
"prettier": "1.14.2",
"tslint": "5.11.0",
"tslint-config-prettier": "1.15.0",
"tslint-eslint-rules": "5.4.0",
"tslint-plugin-prettier": "1.3.0",
"tslint-react": "3.6.0",
"typescript": "3.0.3"
}
}