Merge pull request #234 from maraoz/add/testling

Add testling
This commit is contained in:
Manuel Aráoz 2014-04-08 17:39:34 -03:00
commit 7aa2c41c62
1 changed files with 13 additions and 0 deletions

View File

@ -79,6 +79,19 @@
"browser-pack": "~2.0.1",
"istanbul": "~0.2.6"
},
"testling": {
"files": "test/test*.js",
"browsers": [
"ie/6..latest",
"chrome/22..latest",
"firefox/16..latest",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
]
},
"license": "MIT",
"engines": {
"node": ">=0.10"