UNPKG

help-fem

Version:

A Browserify/Node.js client module for the Help.com team's FEM.

38 lines (37 loc) 858 B
{ "name": "help-fem", "version": "2.0.3", "description": "A Browserify/Node.js client module for the Help.com team's FEM.", "main": "help-fem.js", "directories": { "example": "examples" }, "scripts": { "test": "tap test/unit/*.js --cov" }, "repository": { "type": "git", "url": "https://github.com/helpdotcom/help-fem.js" }, "keywords": [ "fem", "esb", "help.com" ], "author": "Alexander Martin", "license": "MIT", "bugs": { "url": "https://github.com/helpdotcom/help-fem.js/issues" }, "homepage": "https://github.com/helpdotcom/help-fem.js", "dependencies": { "debug": "~2.2.0", "femio-client": "git+ssh://git@github.com/helpdotcom/femio-client.git#v1.0.3", "underscore": "^1.8.2", "uuid": "^2.0.1" }, "devDependencies": { "tap": "~2.2.1", "ws": "~0.8.0" } }