-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
25 lines (17 loc) · 886 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"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/" }
}