-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 945 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-speech-bubble",
"version": "0.4.1",
"description": "A speech bubble dialog component for React Native.",
"repository": "charpeni/react-native-speech-bubble",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"contributors": [
"Nicolas Charpentier"
],
"license": "MIT",
"keywords": [
"react-native",
"react-native-components",
"react-native-component",
"speech-bubble",
"speech",
"bubble",
"typewriter",
"dialog",
"conversation",
"tutorial",
"intro",
"introduction"
],
"peerDependencies": {
"react": "*",
"react-native": ">= 0.40.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.3.0",
"eslint-plugin-react": "^5.1.1"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}