forked from andangrd/react-native-markdown-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 830 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
{
"name": "react-native-markdown-package",
"version": "1.8.1",
"description": "Package for implementing markdown syntax in React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"lodash": "^4.17.15",
"prop-types": "^15.6.0",
"react-native-lightbox": "^0.7.0",
"simple-markdown": "^0.7.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andangrd/react-native-markdown-package.git"
},
"keywords": [
"react",
"native",
"markdown",
"md",
"reactnative"
],
"author": "andangrd",
"license": "ISC",
"bugs": {
"url": "https://github.com/andangrd/react-native-markdown-package/issues"
},
"homepage": "https://github.com/andangrd/react-native-markdown-package#readme"
}