UNPKG

1.29 kBJSONView Raw
1{
2 "name": "anvil-connect-nodejs",
3 "version": "0.1.13",
4 "description": "Anvil Connect JavaScript client for Node.js",
5 "author": {
6 "name": "Christian Smith",
7 "email": "smith@anvil.io",
8 "url": "http://anvil.io"
9 },
10 "contributors": [
11 {
12 "name": "Tom Kersten",
13 "email": "tom@whitespur.com",
14 "url": "http://tomkersten.com"
15 }
16 ],
17 "main": "index.js",
18 "scripts": {
19 "test": "mocha --compilers coffee:coffee-script/register -R spec --watch"
20 },
21 "repository": {
22 "type": "git",
23 "url": "https://github.com/anvilresearch/connect-nodejs.git"
24 },
25 "keywords": [
26 "OpenID",
27 "OpenID Connect",
28 "OAuth",
29 "OAuth 2.0",
30 "Anvil",
31 "Anvil Connect",
32 "Authentication",
33 "Authorization"
34 ],
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/anvilresearch/connect-nodejs/issues"
38 },
39 "homepage": "https://github.com/anvilresearch/connect-nodejs",
40 "dependencies": {
41 "anvil-connect-jwt": "^0.1.2",
42 "async": "^1.3.0",
43 "base64url": "^1.0.4",
44 "jwa": "^1.0.1",
45 "lodash": "^3.10.0",
46 "qs": "^3.1.0",
47 "superagent": "^1.2.0"
48 },
49 "devDependencies": {
50 "chai": "^3.0.0",
51 "coffee-script": "^1.7.1",
52 "nock": "^2.6.0",
53 "sinon": "^1.15.4",
54 "sinon-chai": "^2.8.0"
55 }
56}