mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-15 17:03:36 -04:00
parent
0f952408d3
commit
d567e2312f
10 changed files with 52 additions and 33 deletions
|
@ -9,15 +9,16 @@
|
|||
"scripts": {
|
||||
"test": "cake test",
|
||||
"lint": "cake lint",
|
||||
"build": "cake build"
|
||||
"build": "cake build",
|
||||
"clean": "cake clean",
|
||||
"modern": "modernizr -c modernizr-config.json -d lib/"
|
||||
},
|
||||
"author": "Serene Han",
|
||||
"license": "BSD-3-Clause",
|
||||
"devDependencies": {
|
||||
"coffee-script": "^1.10.0",
|
||||
"coffeelint": "^1.15.0",
|
||||
"jasmine": "^2.4.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"coffee-script": "^1.10.0"
|
||||
"jasmine": "^2.4.1",
|
||||
"modernizr": "^3.3.1"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue