Add lamassu-server binary

This commit is contained in:
Maciej Małecki 2014-03-10 22:08:35 +01:00
parent 52b19bc294
commit f079ee0b40

View file

@ -31,5 +31,8 @@
"grunt-mocha-test": "~0.7.0",
"grunt-mocha-cov": "0.0.7"
},
"license": "unlicense"
"license": "unlicense",
"bin": {
"lamassu-server": "./lib/app.js"
}
}