UNPKG

sinopia-htpasswd

Version:

auth plugin for sinopia supporting htpasswd format

26 lines (17 loc) 886 B
{ "name" : "sinopia-htpasswd", "version" : "0.4.5", "description" : "auth plugin for sinopia supporting htpasswd format", "author" : { "name": "Alex Kocharin" , "email": "alex@kocharin.ru" }, "repository" : { "type": "git" , "url": "git://github.com/rlidwka/sinopia-htpasswd" }, "optionalDependencies": { "crypt3": ">=0.1.5 <1.0.0-0" , "fs-ext": "*" }, "devDependencies" : { "mocha": ">=1.17.0 <2.0.0-0" }, "scripts" : { "test": "mocha ./tests" }, "keywords" : [ "sinopia", "auth", "plugin", "htpasswd" ], "publishConfig" : { "registry": "https://registry.npmjs.org/" }, "license" : { "type": "WTFPL" , "url": "http://www.wtfpl.net/txt/copying/" } }