jsonp-client
Version:
jsonp minimal client for the browser (1.4K) and Node.js
22 lines (21 loc) • 480 B
JSON
{
"framework": "mocha",
"before_tests": "grunt build",
"src_files": [
"node_modules/expect.js/expect.js",
"test/fixtures/testem.js",
"lib/jsonp-client.js",
"test/*.test.js"
],
"routes": {
"/test": "test"
},
"launch_in_dev": ["Chrome", "Firefox", "Node"],
"launch_in_ci": ["Chrome", "Firefox", "Node"],
"launchers": {
"Node": {
"command": "NODE_ENV=test ./node_modules/.bin/mocha --reporter tap",
"protocol": "tap"
}
}
}