UNPKG

743 BJSONView Raw
1{
2 "name": "simple-oauth2",
3 "version": "0.2.1",
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 },
24 "scripts": {
25 "test": "mocha ",
26 "test-watch": "mocha --watch --growl"
27 },
28 "main": ".",
29 "licenses": [
30 {
31 "type": "Copyright (c) 2013 Lelylan"
32 }
33 ]
34}