add testling info to package.json

This commit is contained in:
Roman Shtylman 2013-02-17 00:43:43 -05:00
parent e1a26ecdc7
commit 93e9f9f188

View file

@ -22,6 +22,12 @@
"mocha": "1.8.1"
},
"testling": {
"browsers": ["ie/9..latest", "firefox/15..latest", "chrome/22..latest"],
"harness" : "mocha-qunit",
"files": "test/*.js"
},
"scripts": {
"test": "mocha test/*.js"
}