UNPKG

node-freeagent2

Version:

Node.js OAuth2 REST Library for use with the FreeAgent v2 API, with Passport Authentication Strategy

38 lines (37 loc) 832 B
{ "name": "node-freeagent2", "version": "0.0.11", "description": "Node.js OAuth2 REST Library for use with the FreeAgent v2 API, with Passport Authentication Strategy", "main": "lib/index.js", "scripts": { "test": "cake test", "prepublish": "cake build" }, "repository": { "type": "git", "url": "https://github.com/JoeStanton/node-freeagent2" }, "keywords": [ "FreeAgent", "API", "v2", "Accounting", "Timesheets", "Resourcing" ], "author": "Joe Stanton (Red Badger Consulting Ltd.)", "license": "BSD", "dependencies": { "underscore": "1.3.x", "request": "2.11.x", "querystring": "0.1.x", "passport-oauth": "0.1.x" }, "devDependencies": { "coffee-script": "*", "coffeelint": "*", "mocha": "*", "should": "*", "nock": "*" } }