UNPKG

682 BJSONView Raw
1{
2 "name": "simple-oauth2",
3 "version": "0.1.2",
4 "description": "Node.js client for OAuth2",
5 "author": "Andrea Reginato <andrea.reginato@gmail.com>",
6 "homepage": "http://github.com/andreareginato/simple-oauth2",
7 "repository": {
8 "type": "git",
9 "url": "http://github.com/andreareginato/simple-oauth2"
10 },
11 "engine": {
12 "node": "~0.8.x"
13 },
14 "dependencies": {
15 "request": "~2.12.0",
16 "querystring": "~0.1.0",
17 "date-utils": "~1.2.12"
18 },
19 "devDependencies": {
20 "should": "~1.2.1",
21 "mocha": "~1.8.1",
22 "nock": "~0.14.3",
23 "docco": "~0.4.0"
24 },
25 "main": ".",
26 "licenses": [
27 {
28 "type": "Copyright (c) 2013 Lelylan"
29 }
30 ]
31}