mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-15 08:03:36 -04:00
23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"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",
|
|
"build": "cake build"
|
|
},
|
|
"author": "Serene Han",
|
|
"license": "BSD-3-Clause",
|
|
"devDependencies": {
|
|
"coffeelint": "^1.15.0",
|
|
"jasmine": "^2.4.1"
|
|
},
|
|
"dependencies": {
|
|
"coffee-script": "^1.10.0"
|
|
}
|
|
}
|