UNPKG
thrust
Version:
latest (0.0.0)
0.0.0
A Node.js deployment manager.
github.com/zerious/thrust
zerious/thrust
thrust
/
thrust.js
7 lines
(5 loc)
•
123 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
api
=
module
.
exports
;
/** * Expose the version to module users. */
api.version = require(
'./package.json'
).version;