mouseflow
Version:
This is a node.js wrapper for communicating with the Mouseflow REST API. https://api-docs.mouseflow.com/
25 lines (24 loc) • 624 B
JSON
{
"name": "mouseflow",
"version": "1.0.3",
"description": "This is a node.js wrapper for communicating with the Mouseflow REST API. https://api-docs.mouseflow.com/",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://@bitbucket.org/justin_frenzel/mouseflow.node-sdk.git"
},
"keywords": [
"mouseflow",
"node.js",
"wrapper",
"http",
"sdk",
"api"
],
"author": "Justin Frenzel",
"license": "MIT",
"homepage": "https://bitbucket.org/justin_frenzel/mouseflow.node-sdk#readme"
}