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.
 
 
 
 
 

27 lines
645 B

{
"name": "secure-compare",
"version": "3.0.1",
"description": "Securely compare two strings, copied from cryptiles",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/vdemedes/secure-compare.git"
},
"keywords": [
"secure",
"compare"
],
"author": "Vadim Demedes <vdemedes@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vdemedes/secure-compare/issues"
},
"homepage": "https://github.com/vdemedes/secure-compare",
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.1"
}
}