2016-03-14 18:16:51 -07:00
|
|
|
{
|
|
|
|
|
"name": "snowflake-pt",
|
|
|
|
|
"version": "0.0.0-git",
|
2019-07-04 04:54:15 +02:00
|
|
|
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
|
2019-07-06 15:48:33 +02:00
|
|
|
"main": "build/snowflake.js",
|
2016-03-14 18:16:51 -07:00
|
|
|
"directories": {
|
|
|
|
|
"test": "test"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2019-07-06 15:48:33 +02:00
|
|
|
"test": "node make.js test",
|
|
|
|
|
"build": "node make.js build",
|
|
|
|
|
"webext": "node make.js webext",
|
2019-10-10 10:52:28 -04:00
|
|
|
"pack-webext": "node make.js pack-webext",
|
2019-07-06 15:48:33 +02:00
|
|
|
"clean": "node make.js clean",
|
|
|
|
|
"prepublish": "node make.js node",
|
2019-07-07 15:31:09 +02:00
|
|
|
"start": "node build/snowflake.js",
|
|
|
|
|
"lint": "eslint . --ext .js"
|
2016-12-19 20:09:46 -08:00
|
|
|
},
|
|
|
|
|
"bin": {
|
|
|
|
|
"snowflake": "build/snowflake.js"
|
2016-03-14 18:16:51 -07:00
|
|
|
},
|
|
|
|
|
"author": "Serene Han",
|
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
|
"devDependencies": {
|
2019-07-07 15:31:09 +02:00
|
|
|
"eslint": "^6.0.1",
|
2019-05-01 09:26:25 -04:00
|
|
|
"jasmine": "2.5.2"
|
2016-12-19 20:09:46 -08:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2019-10-15 11:00:45 -04:00
|
|
|
"cldr": "^5.4.1",
|
2016-12-19 20:09:46 -08:00
|
|
|
"wrtc": "^0.0.61",
|
2019-07-08 10:57:43 -04:00
|
|
|
"ws": "^3.3.1",
|
2016-12-19 20:09:46 -08:00
|
|
|
"xmlhttprequest": "^1.8.0"
|
2016-03-14 18:16:51 -07:00
|
|
|
}
|
|
|
|
|
}
|