This repository has been archived by the owner on Apr 4, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "datachannel",
"preferGlobal": false,
"version": "1.0.0",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"url": "http://www.muazkhan.com/"
},
"description": "DataChannel.js is a JavaScript library useful to write many-to-many i.e. group file/data sharing or text chat applications. Its syntax is easier to use and understand. It highly simplifies complex tasks like any or all user rejection/ejection; direct messages delivery; and more.",
"scripts": {
"start": "node DataChannel.js"
},
"main": "./DataChannel.js",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/DataChannel.git"
},
"keywords": [
"webrtc",
"datachannel",
"file-sharing",
"data-sharing",
"text-chat",
"chat",
"p2p-streaming",
"data"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/DataChannel/issues",
"email": "muazkh@gmail.com"
},
"homepage": "https://www.webrtc-experiment.com/DataChannel/",
"_id": "datachannel@",
"_from": "datachannel@",
"devDependencies": {
"grunt": "latest",
"grunt-cli": "latest",
"load-grunt-tasks": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-csslint": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "latest",
"grunt-htmlhint": "latest",
"grunt-jsbeautifier": "latest",
"grunt-bump": "latest"
}
}