uservoice
Version:
Easy integration with Uservoice
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "uservoice",
"description": "Easy integration with Uservoice",
"version": "0.4.1",
"homepage": "https://github.com/campbellanderson/node-uservoice",
"repository": {
"type": "git",
"url": "https://github.com/campbellanderson/node-uservoice.git"
},
"author": {
"name": "Campbell Anderson",
"url": "http://pxldepth.com"
},
"contributors": [
{
"name": "Campbell Anderson",
"email": "campbell@pxldepth.com",
"url": "http://www.pxldepth.com"
}
],
"licenses": [
{
"type": "MIT"
}
],
"keywords": ["uservoice", "api", "oauth"],
"main": "index",
"dependencies": {
"oauth": ">=0.9.0",
"util": ">=0.4.9"
},
"engines": {
"node": ">= 0.6.x"
},
"devDependencies": {
"mocha": "1.0.x",
"util": ">=0.4.9"
},
"scripts": {
"test": "mocha"
},
"readmeFilename": "README.md",
"_id": "uservoice@0.3.0"
}