forked from netbeast/react-native-ssdp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.16 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "react-native-ssdp",
"description": "A node.js SSDP client and server library.",
"keywords": [
"ssdp",
"multicast",
"media",
"device",
"upnp"
],
"version": "2.8.2",
"author": [
"Ilya Shaisultanov <[email protected]>",
"Netbeast Staff <[email protected]>"
],
"peerDependencies": {
"buffer": ">=5.0.6",
"debug": ">=2.6.8",
"react-native-network-info": ">=2.1.0",
"react-native-udp": ">=2.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/netbeast/react-native-ssdp.git"
},
"bugs": {
"url": "https://github.com/netbeast/react-native-ssdp/issues"
},
"main": "./index",
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"chai": "^3.2.0",
"istanbul": "~0.3.21",
"mocha": "~2.3.3",
"mocha-istanbul": "~0.2.0",
"sinon": "~1.17.1"
},
"scripts": {
"test": "mocha --recursive test",
"coverage": "istanbul cover node_modules/.bin/_mocha -- test/lib --recursive"
},
"homepage": "https://github.com/netbeast/react-native-ssdp#readme",
"directories": {
"example": "example",
"test": "test"
},
"license": "MIT"
}