{
	"name": "node-oauth2-server",
	"description": "Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js",
	"version": "1.5.2",
	"keywords": [
		"oauth",
		"oauth2"
	],
	"author": {
		"name": "NightWorld",
		"email": "code@nightworld.com"
	},
	"contributors": [
		{
			"name": "Thom Seddon",
			"email": "thom@nightworld.com"
		}
	],
	"main": "lib/oauth2server.js",
	"dependencies": {},
	"devDependencies": {
		"express": "3.1.x",
		"mocha": "1.8.x",
		"should": "1.2.x",
		"supertest": "0.5.x"
	},
	"licenses": [
		{
			"type": "Apache 2.0",
    			"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    		}
    	],
	"engines": {
		"node": ">=0.8"
	},
	"scripts": {
		"test": "mocha"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/nightworld/node-oauth2-server.git"
	}
}
