Feature detect with Modernizr

* A start on #34
This commit is contained in:
Arlo Breault 2016-04-05 10:27:41 -07:00
parent 0f952408d3
commit d567e2312f
10 changed files with 52 additions and 33 deletions

View file

@ -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"
}
}