add npm test command

This commit is contained in:
Manuel Araoz 2015-03-10 12:16:53 -03:00
parent 43f6558d72
commit 76bd3d5804

View File

@ -40,7 +40,8 @@
"bitcore"
],
"scripts": {
"start": "node index.js"
"start": "node index.js",
"test": "gulp test"
},
"dependencies": {
"async": "0.9.0",