snowflake/proxy/package.json

35 lines
825 B
JSON
Raw Normal View History

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",
"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",
"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": {
"eslint": "^6.0.1",
"jasmine": "2.5.2"
2016-12-19 20:09:46 -08:00
},
"dependencies": {
"cldr": "^5.4.1",
2016-12-19 20:09:46 -08:00
"wrtc": "^0.0.61",
"ws": "^3.3.1",
2016-12-19 20:09:46 -08:00
"xmlhttprequest": "^1.8.0"
2016-03-14 18:16:51 -07:00
}
}