-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 832 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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": "*"
}
}