forked from Kurento/kurento-jsonrpc-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.09 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": "kurento-jsonrpc",
"version": "5.0.5-dev",
"description": "RPC library for browser and Node.js",
"main": "lib/index.js",
"scripts": {
"test": "nodeunit test/index.js"
},
"repository": {
"type": "git",
"url": "Kurento/kurento-jsonrpc-js"
},
"keywords": [
"RPC",
"JsonRPC",
"XML-RPC",
"HTTP",
"WebP2P",
"WebSocket",
"DataChannel",
"WebWorker",
"postMessage",
"pipe",
"stream"
],
"author": "Kurento <info@kurento.org> (http://kurento.org)",
"contributors": [
"Jesús Leganés Combarro 'piranna' <piranna@gmail.com>"
],
"license": "LGPL 2.1",
"dependencies": {
"inherits": "^2.0.1",
"ws": "^0.4.31"
},
"devDependencies": {
"bower": "~1.3.8",
"coveralls": "~2.11.1",
"eventtarget": "0.1.0",
"grunt": "~0.4.5",
"grunt-browserify": "~2.1.3",
"grunt-cli": "~0.1.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-jsdoc": "~0.5.6",
"grunt-npm2bower-sync": "^0.4.0",
"grunt-shell": "^0.7.0",
"jscoverage": "~0.5.5",
"minifyify": "~3.0.12",
"nodeunit": "~0.9.0"
}
}