SAP-BTP-Spielwiese/app1/node_modules/passport-strategy/package.json

51 lines
1 KiB
JSON
Raw Normal View History

{
"name": "passport-strategy",
"version": "1.0.0",
"description": "An abstract class implementing Passport's strategy API.",
"keywords": [
"passport",
"strategy"
],
"repository": {
"type": "git",
"url": "git://github.com/jaredhanson/passport-strategy.git"
},
"bugs": {
"url": "http://github.com/jaredhanson/passport-strategy/issues"
},
"author": {
"name": "Jared Hanson",
"email": "jaredhanson@gmail.com",
"url": "http://www.jaredhanson.net/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./lib",
"dependencies": {
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --require test/bootstrap/node test/*.test.js"
},
"testling": {
"browsers": [
"chrome/latest"
],
"harness" : "mocha",
"files": [
"test/bootstrap/testling.js",
"test/*.test.js"
]
}
}