forked from nguyenphuquang/react-native-xmlrpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 905 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
33
34
35
36
37
38
39
40
{
"name": "react-native-xmlrpc",
"description": "JavaScript XML-RPC client for react-native",
"keywords": [
"xmlrpc",
"xml",
"rpc"
],
"version": "0.0.2",
"preferGlobal": false,
"author": "Nguyen Phu Quang <nguyenphuquang@gmail.com> (https://github.com/nguyenphuquang)",
"repository": {
"type": "git",
"url": "git://github.com/nguyenphuquang/react-native-xmlrpc.git"
},
"bugs": {
"url": "https://github.com/nguyenphuquang/react-native-xmlrpc/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/xmlrpc.js",
"dependencies": {
"buffer": "^5.0.7",
"htmlparser2-without-node-native": "^3.9.0",
"superagent": "^3.6.0",
"xmlbuilder": "^8.2.2"
},
"devDependencies": {
"vows": "0.7.x"
},
"scripts": {
"test": "vows 'test/*.js'"
},
"engines": {
"node": ">=6.0",
"npm": ">=1.0.0"
},
"license": "MIT"
}