snowflake/proxy/package.json
Arlo Breault e295556254 Standalone snowflake
* Start of #30
2016-12-20 10:36:42 -08:00

34 lines
784 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",
"clean": "cake clean",
"modern": "modernizr -c modernizr-config.json -d static/",
"prepublish": "npm run build",
"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",
"modernizr": "^3.3.1"
},
"dependencies": {
"coffee-script": "^1.12.2",
"wrtc": "^0.0.61",
"ws": "^1.1.1",
"xmlhttprequest": "^1.8.0"
}
}