forked from wxik/react-native-rich-editor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 752 Bytes
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
{
"name": "@flomuehl/react-native-pell-rich-editor",
"description": "React Native Rich Editor",
"version": "1.6.8",
"main": "src/index.js",
"author": "Florian Mühlbacher",
"repository": {
"type": "git",
"url": "git+https://github.com/FloMueh/react-native-rich-editor.git"
},
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"react-native": ">=0.50.0",
"react-native-webview": ">=7.5.2"
},
"bugs": {
"url": "https://github.com/wxik/react-native-rich-editor/issues"
},
"homepage": "https://github.com/wxik/react-native-rich-editor#readme",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}