1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Add npm test

This commit is contained in:
Nick Niemeir 2014-01-14 06:13:07 +00:00
parent 08559838cc
commit bdef2a5b96

View File

@ -10,7 +10,8 @@
}, },
"main" : "red/red.js", "main" : "red/red.js",
"scripts" : { "scripts" : {
"start": "node red.js" "start": "node red.js",
"test": "mocha test"
}, },
"contributors": [ "contributors": [
{"name": "Nick O'Leary"}, {"name": "Nick O'Leary"},