forked from Betterment/react-native-easy-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
46
{
"name": "@makaradigital/react-native-easy-markdown",
"version": "2.1.3",
"description": "Simple & customizable React Native component to render Github-flavoured markdown using minimal native components.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/makara-digital/react-native-easy-markdown.git"
},
"scripts": {
"build": "babel index.js styles.js Utils.js -d lib",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"native",
"markdown",
"parse",
"parser"
],
"contributors": [
"Juuso Lappalainen",
"Zach Ivester <[email protected]>",
"Jesse Proudman <[email protected]>"
],
"license": "MIT",
"dependencies": {
"simple-markdown": "^0.7.3"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-native": "^4.0.1"
},
"bugs": {
"url": "https://github.com/makara-digital/react-native-easy-markdown/issues"
},
"homepage": "https://github.com/makara-digital/react-native-easy-markdown#readme",
"directories": {
"lib": "lib"
},
"author": ""
}