add testling

This commit is contained in:
Manuel Araoz 2014-04-08 17:21:02 -03:00
parent 45fb78296a
commit d4901278a6
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"