Files
archived-nodemon/test/fixtures/packages/browserify/package.json
2014-05-28 12:48:04 +01:00

6 lines
78 B
JSON

{
"scripts": {
"start": "browserify -t hbsfy app.js -o bundle.js"
}
}