-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "skylinkjs",
"description": "Temasys Web SDK is an open-source client-side library for your web-browser that enables any website to easily leverage the capabilities of WebRTC and its direct data streaming powers between peers for audio/video conferencing or file transfer.",
"version": "0.6.26",
"homepage": "https://temasys.io/",
"author": {
"name": "Temasys Communications Pte. Ltd.",
"email": "[email protected]"
},
"main": "publish/skylink.complete.min.js",
"repository": "Temasys/SkylinkJS",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"scripts": {
},
"dependencies": {
"socket.io-client": "1.4.8",
"adapterjs": "0.15.0",
"connect": "2.x.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-yuidoc": "^0.5.2",
"grunt-replace": "^0.7.9",
"grunt-tape": "^0.0.2",
"load-grunt-tasks": "^3.1.0",
"tape": "^4.2.2",
"yuidocjs": "^0.3.50",
"crypto-js": "*",
"seq-queue": "*"
},
"engines": {
"node": ">=0.10.26",
"npm": ">=1.4.6"
},
"keywords": [
"webrtc",
"real-time",
"p2p"
]
}