snowflake/proxy/package.json
Cecylia Bocovich da8b98d090 Include language name with along with code
Use npm cldr package to get the language name that corresponds to the
country code for the language switcher
2019-10-16 12:32:45 -04:00

34 lines
825 B
JSON

{
"name": "snowflake-pt",
"version": "0.0.0-git",
"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",
"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": {
"eslint": "^6.0.1",
"jasmine": "2.5.2"
},
"dependencies": {
"cldr": "^5.4.1",
"wrtc": "^0.0.61",
"ws": "^3.3.1",
"xmlhttprequest": "^1.8.0"
}
}