snowflake/proxy/package.json
Arlo Breault 82562fb21d Bump coffeescript to 2.x
After auditing for breaking changes [0] so that the output produced uses
ES2015 classes.

[0] https://coffeescript.org/#breaking-changes)
2019-07-10 10:44:23 +02:00

33 lines
740 B
JSON

{
"name": "snowflake-pt",
"version": "0.0.0-git",
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
"main": "snowflake.coffee",
"directories": {
"test": "test"
},
"scripts": {
"test": "cake test",
"lint": "cake lint",
"build": "cake build",
"webext": "cake webext",
"clean": "cake clean",
"prepublish": "cake node",
"start": "node build/snowflake.js"
},
"bin": {
"snowflake": "build/snowflake.js"
},
"author": "Serene Han",
"license": "BSD-3-Clause",
"devDependencies": {
"coffeelint": "^1.16.0",
"jasmine": "2.5.2"
},
"dependencies": {
"coffeescript": "^2.4.1",
"wrtc": "^0.0.61",
"ws": "^3.3.1",
"xmlhttprequest": "^1.8.0"
}
}