mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Run client tests in travis too
This commit is contained in:
parent
3339b9f172
commit
9867730e34
2 changed files with 49 additions and 13 deletions
22
proxy/package.json
Normal file
22
proxy/package.json
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"name": "snowflake-pt",
|
||||
"version": "0.0.0-git",
|
||||
"description": "WebRTC Pluggable Transport",
|
||||
"main": "snowflake.coffee",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "cake test",
|
||||
"lint": "cake lint"
|
||||
},
|
||||
"author": "Serene Han",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"coffeelint": "^1.15.0",
|
||||
"jasmine": "^2.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"coffee-script": "^1.10.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue