UNPKG

require-node-example

Version:

An example for how to use npm package: require-node & require-node-loader

15 lines (14 loc) 304 B
{ "launchers": { "node": { "command": "npm test" } }, "src_files": [ "./**/*.js" ], "before_tests": "npm run build", "on_exit": "rm test/static/bundle.js", "test_page": "test/static/index.html", "launch_in_dev": ["node", "phantomjs"] }