forked from rusfearuth/react-native-mqtt
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 897 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
{
"name": "react-native-mqtt",
"version": "0.2.0",
"description": "MQTT client for react-native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd ios/RCTMqtt && pod install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/notme001/react-native-mqtt.git"
},
"keywords": [
"mqtt",
"reactnative",
"iot"
],
"author": "Tuan PM <[email protected]> (http://tuanpm.net)",
"contributors": [
{ "name" : "Yury Korolev", "email" : "[email protected]", "url" : "http://anjlab.com" },
{ "name" : "Alexander Ustinov", "email" : "[email protected]", "url" : "http://github.com/rusfearuth" }
],
"license": "MIT",
"bugs": {
"url": "https://github.com/notme001/react-native-mqtt/issues"
},
"homepage": "https://github.com/notme001/react-native-mqtt#readme"
}