You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
587 B
30 lines
587 B
{
|
|
"name": "scmp",
|
|
"version": "0.0.3",
|
|
"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"
|
|
}
|
|
}
|