forked from kegaretail/react-native-rabbitmq
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 844 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
{
"author": {
"name": "Ko-ichi MAKITA"
},
"bugs": {
"url": "https://github.com/kmakita13714/react-native-amqp/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A RabbitMq component for React Native.",
"devDependencies": {},
"directories": {},
"homepage": "https://github.com/kmakita13714/react-native-amqp",
"keywords": [
"react-native",
"react",
"RabbitMq"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "kmakita13714",
"email": "kmakita13714@gmail.com"
}
],
"name": "react-native-amqp",
"nativePackage": true,
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/kmakita13714/react-native-amqp.git"
},
"scripts": {},
"version": "0.11.0-1"
}