Upgrade browserify to include sha512 & add testling

This commit is contained in:
Wei Lu 2014-09-24 20:58:26 +08:00
parent f6a379589d
commit 64dfc73d56
1 changed files with 14 additions and 1 deletions

View File

@ -24,8 +24,21 @@
"pbkdf2-compat": "2.0.0"
},
"devDependencies": {
"browserify": "^5.9.1",
"browserify": "^5.12.0",
"mocha": "^1.17.1",
"sinon": "^1.10.3"
},
"testling": {
"browsers": [
"android-browser/4.2..latest",
"chrome/20..latest",
"firefox/21..latest",
"ipad/6..latest",
"iphone/6..latest",
"opera/15..latest",
"safari/latest"
],
"harness": "mocha-bdd",
"files": "test/*.js"
}
}