SAP-BTP-Spielwiese/app1/node_modules/scmp/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

29 lines
587 B
JSON

{
"name": "scmp",
"version": "1.0.0",
"description": "safe, constant-time string-comparison",
"main": "index.js",
"scripts": {
"test": "mocha",
"posttest": "matcha"
},
"repository": {
"type": "git",
"url": "git://github.com/freewil/scmp.git"
},
"keywords": [
"safe-compare",
"compare",
"time-equivalent-comparison",
"time equivalent",
"constant-time",
"constant time"
],
"author": "Sean Lavine",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"mocha": "~1.13.0",
"matcha": "~0.4.0"
}
}