SAP-BTP-Spielwiese/app1/node_modules/passport-strategy/package.json
Markus Rettig 775ac7b58c completed step 3 from the tutorial
you must login with an BTP account in order to see the app
2024-02-08 16:13:36 +01:00

50 lines
1 KiB
JSON

{
"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"
]
}
}