-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 882 Bytes
/
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
{
"name": "snowflake-pt",
"version": "0.5.5",
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
"main": "build/snowflake.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node make.js test",
"build": "node make.js build",
"webext": "node make.js webext",
"library": "node make.js library",
"pack-webext": "node make.js pack-webext",
"clean": "node make.js clean",
"prepublish": "node make.js node",
"start": "node build/snowflake.js",
"lint": "eslint . --ext .js"
},
"bin": {
"snowflake": "build/snowflake.js"
},
"author": "Serene Han",
"license": "BSD-3-Clause",
"devDependencies": {
"cldr": "^6.1.0",
"domino": "^2.1.6",
"eslint": "^6.0.1",
"jasmine": "2.5.2"
},
"dependencies": {
"wrtc": "^0.4.7",
"ws": "^5.2.3",
"xmlhttprequest": "^1.8.0"
}
}