This is a version of the JavaScript API for Tableau wrapped as an NPM module.
Add the following dependency to your package.json:
"dependencies": {
"tableau-api": "git://github.com/ilyabo/tableau-api"
}
Then, require it in your code:
var tableau = require('tableau-api');
Refer to the API documentation for the details on how to use it.