UNPKG

simple-captcha

Version:
45 lines (44 loc) 978 B
{ "name": "simple-captcha", "version": "0.1.10", "description": "Simple node captcha service", "homepage": "https://github.com/JSSDKCN/simple-captcha", "author": { "name": "calidion", "email": "calidion@gmail.com", "url": "blog.3gcnbeta.com" }, "repository": "https://github.com/JSSDKCN/simple-captcha.git", "license": "MIT", "files": [ "index.js", "lib", "assets" ], "keywords": [ "simple-captcha", "captcha", "canvas", "node" ], "dependencies": { "canvas": "^1.3.8" }, "devDependencies": { "express": "^4.13.3", "grunt": "^0.4.5", "grunt-cli": "^0.1.13", "grunt-contrib-jshint": "^0.12.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "grunt-mocha-cli": "^2.0.0", "jshint-stylish": "^2.1.0", "load-grunt-tasks": "^3.1.0", "mocha": "^2.2.5", "should": "^8.1.1", "time-grunt": "^1.1.0" }, "scripts": { "test": "grunt" } }