Skip to content

Commit

Permalink
0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Bernardino committed Mar 2, 2018
1 parent d7071ac commit f1fe570
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions package.json
@@ -1,35 +1,35 @@
{
"version": "0.1.2",
"name": "visualcaptcha",
"description": "Node.js module for visualCaptcha. Still requires you to have the front-end companion.",
"keywords": [
"captcha",
"visualCaptcha",
"security"
],
"homepage": "http://visualcaptcha.net",
"author": {
"name": "Bruno Bernardino",
"email": "me@brunobernardino.com"
},
"repository": {
"type": "git",
"url": "https://github.com/emotionLoop/visualCaptcha-npm"
},
"dependencies": {
"mime": "2.2.x",
"underscore": "1.8.x"
},
"devDependencies": {
"mocha": "2.0.x",
"should": "4.1.x",
"supertest": "0.14.x",
"sinon": "1.11.x",
"istanbul": "0.3.x"
},
"scripts": {
"test": "mocha --require should --reporter spec test/unit/*.js",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/unit/*.js"
},
"license": "MIT"
"version": "0.1.3",
"name": "visualcaptcha",
"description": "Node.js module for visualCaptcha. Still requires you to have the front-end companion.",
"keywords": [
"captcha",
"visualCaptcha",
"security"
],
"homepage": "http://visualcaptcha.net",
"author": {
"name": "Bruno Bernardino",
"email": "me@brunobernardino.com"
},
"repository": {
"type": "git",
"url": "https://github.com/emotionLoop/visualCaptcha-npm"
},
"dependencies": {
"mime": "2.2.x",
"underscore": "1.8.x"
},
"devDependencies": {
"mocha": "2.0.x",
"should": "4.1.x",
"supertest": "0.14.x",
"sinon": "1.11.x",
"istanbul": "0.3.x"
},
"scripts": {
"test": "mocha --require should --reporter spec test/unit/*.js",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/unit/*.js"
},
"license": "MIT"
}

0 comments on commit f1fe570

Please sign in to comment.