forked from Rantanen/node-peerconnection
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 680 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 680 Bytes
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
{
"name": "peerconnection",
"version": "0.1.0",
"author": "Mikko Rantanen <jubjub@jubjubnest.net>",
"homepage": "https://github.com/Rantanen/peerconnection",
"bugs": "https://github.com/Rantanen/peerconnection/issues",
"license": "BSD",
"preinstall": null,
"repository": {
"type": "git",
"url": "http://github.com/Rantanen/peerconnection.git"
},
"//": "Platform limitations is due to lack of precompiled binaries. See README.md for more information.",
"os": [
"linux"
],
"cpu": [
"x64"
],
"devDependencies": {
"socket.io": "~0.9.14"
},
"engines": {
"node": "0.10.x"
},
"dependencies": {
"bindings": "~1.1.0"
}
}