forked from TaylorBriggs/react-native-typewriter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "react-native-typewriter",
"version": "0.5.1",
"description": "A React Native component for creating typing effects",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TaylorBriggs/react-native-typewriter.git"
},
"keywords": [
"react",
"react-native",
"component",
"animated",
"typing",
"typewriter"
],
"author": "Taylor Briggs <[email protected]> (http://taylor-briggs.com)",
"contributors": [
"Ian Dilling <[email protected]>",
"Peter Mikitsh <[email protected]>",
"maxkomarychev (https://github.com/maxkomarychev)"
],
"peerDependencies": {
"react": "15.x",
"react-native": "^0.42.0"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"pre-commit": "1.2.2",
"react": "15.4.2",
"react-native": "0.42.0"
},
"scripts": {
"lint": "eslint **/*.js"
},
"pre-commit": [
"lint"
]
}