snowflake/proxy/package.json
Arlo Breault d567e2312f Feature detect with Modernizr
* A start on #34
2016-04-05 10:30:45 -07:00

24 lines
553 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 lib/"
},
"author": "Serene Han",
"license": "BSD-3-Clause",
"devDependencies": {
"coffee-script": "^1.10.0",
"coffeelint": "^1.15.0",
"jasmine": "^2.4.1",
"modernizr": "^3.3.1"
}
}