UNPKG

help-fem

Version:

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

27 lines (26 loc) 682 B
{ "name": "help-fem.examples.basic", "version": "1.0.0", "description": "A basic example for using the help-fem module.", "main": "server.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node server.js" }, "repository": { "type": "git", "url": "https://github.com/helpdotcom/help-fem.js" }, "author": "Alexander Martin", "license": "MIT", "bugs": { "url": "https://github.com/helpdotcom/help-fem.js/issues" }, "homepage": "https://github.com/helpdotcom/help-fem.js", "dependencies": { "express": "^4.10.2", "jade": "^1.7.0", "socket.io-client": "^1.2.0", "underscore": "^1.7.0" } }