-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 763 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 763 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
29
30
31
32
33
34
35
36
37
{
"name": "react-native-xml-to-json",
"version": "1.0.0",
"description": "React Native XML to JSON Convertor",
"repository": {
"type": "git",
"url": "https://github.com/alextkd/react-native-xml-to-json"
},
"main": "index.js",
"keywords": [
"react-native",
"react-native-xml-to-json",
"react-components",
"react-component",
"ios",
"android",
"flux",
"router",
"message"
],
"author": {
"name": "Alexandru Lazar",
"email": "alextkd123@yahoo.com",
"url": "http://moduscreate.com"
},
"license": "ISC",
"contributors": [
{
"name": "alextkd",
"email": "alextkd123@yahoo.com"
},
{
"name": "dorin-BSFT",
"email": "dorin.danciu@moduscreate.com"
}
]
}