script-injector
Version:
Inject inline javascript into an HTML stream.
20 lines • 424 B
JSON
{
"launchers": {
"Node": {
"command": "node test/test.js",
"protocol": "tap"
},
"NodePlain": {
"command": "node test/test.js"
}
},
"framework": "tap",
"src_files": [
"*.js"
],
"serve_files": [
"bundle.js"
],
"before_tests": "browserify test/test.js -o bundle.js",
"launch_in_dev": ["Node", "PhantomJS"]
}