Skip to content

Commit

Permalink
using testling
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Dec 17, 2012
1 parent 544d12f commit e215a30
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Expand Up @@ -11,10 +11,6 @@
"type" : "git",
"url" : "http://github.com/substack/dnode.git"
},
"directories" : {
"lib" : ".",
"examples" : "./examples"
},
"dependencies" : {
"dnode-protocol" : "~0.2.2",
"jsonify" : "~0.0.0",
Expand All @@ -27,6 +23,16 @@
"scripts" : {
"test" : "tap test/*.js"
},
"testling" : {
"files" : ["test/args.js"],
"browsers" : {
"iexplore" : [ "6.0", "7.0", "8.0", "9.0" ],
"chrome" : [ "20.0" ],
"firefox" : [ "10.0", "15.0" ],
"safari" : [ "5.1" ],
"opera" : [ "12.0" ]
}
},
"browserify" : "browser.js",
"engine" : {
"node" : ">=0.6.0"
Expand Down

0 comments on commit e215a30

Please sign in to comment.