-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "react-native-markdown-syntax",
"version": "0.1.0",
"description": "A markdown component for react-native",
"keywords": [
"markdown",
"text processing",
"ast",
"react native"
],
"maintainers": [
"Pierre Monge <pierre.monge@epitech.eu>"
],
"contributors": [
"Dominic Baggott <dominic.baggott@gmail.com> (http://evilstreak.co.uk)",
"Ash Berlin <ash_markdownjs@firemirror.com> (http://ashberlin.com)",
"XhmikosR <xhmikosr@users.sourceforge.net>",
"Robin Ward <robin.ward@gmail.com> (http://eviltrout.com)",
"Pierre Monge <pierre.monge@epitech.eu>"
],
"bugs": {
"url": "https://github.com/Liroo/react-native-markdown-syntax/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Liroo/react-native-markdown-syntax.git"
},
"main": "./Markdown.js",
"files": [
"lib",
"README.md"
],
"dependencies": {
"lodash": "^4.16.4"
},
"scripts": {
"test": "echo \"No tests specified\" && exit 1"
}
}