-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
62 lines (62 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "webinos-api-mediaplay",
"publishConfig": {
"tag": "beta"
},
"description": "MediaPlay API",
"keywords": [
"webinos",
"mediaplay",
"API"
],
"version": "0.9.0",
"homepage": "http://developer.webinos.org/",
"author": {
"name": "Michele Morello, Paolo Vergori, Alexander Futasz",
},
"repository": {
"type": "git",
"url": "https://github.com/webinos/webinos-api-mediaplay.git"
},
"bugs": {
"email": "[email protected]",
"url": "http://jira.webinos.org"
},
"directories": {
"lib": "./lib",
"node_modules": "./node_modules",
"test": "./test"
},
"main": "./lib/service.js",
"devDependencies": {
"webinos-jsonrpc2": "*",
"webinos-utilities": "git+https://github.com/webinos/webinos-utilities.git",
"zombie": "~2.0.0-alpha15",
"jasmine-node": "x.x.x"
},
"dependencies": {
"peer-upnp": "~0.0.1"
},
"bundleDependencies": [
"events",
"fs",
"https",
"path",
"url",
"http",
"util",
"dgram"
],
"scripts": {
"install": "node src/wmPlayerControlsDeps.js",
"travis-api-test": "./test/tools/travis-test.sh"
},
"_id": "[email protected]",
"readme": "Webinos MediaPlay API. Supported players: omxplayer, mplayer and windows media player.",
"dist": {
"shasum": "28d1b24008e01d5898a5a77b007fd11d61690a4a"
},
"_from": "git+https://github.com/webinos/webinos-api-mediaplay.git",
"_resolved": "git+https://github.com/webinos/webinos-api-media.git#7a0b217e8575478c38135fbb0a2ff9ef50bc5902"
}