-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 909 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sinopia-memory",
"version": "0.0.3",
"description": "auth plugin for sinopia that keeps users in memory",
"author": "David Gaya <david.gaya@gmail.com>",
"repository": {
"type": "git",
"url": "git://github.com/dgaya/sinopia-memory.git"
},
"devDependencies": {
"mocha": "2.4.5"
},
"scripts": {
"test": "mocha ./tests"
},
"keywords": [
"sinopia",
"auth",
"plugin",
"memory"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dgaya/sinopia-memory/issues"
},
"homepage": "https://github.com/dgaya/sinopia-memory",
"_npmVersion": "2.0.0",
"_nodeVersion": "4.3.0",
"_npmUser": {
"name": "davidgaya",
"email": "david.gaya@gmail.com"
},
"maintainers": [
"davidgaya <david.gaya@gmail.com>"
],
"directories": {},
"main": "index.js"
}