forked from waterlock/waterlock-local-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.11 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "waterlock-local-auth",
"version": "0.0.5",
"description": "local authentication for waterlock",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/davidrivera/waterlock-local-auth"
},
"keywords": [
"waterlock",
"local",
"authentication",
"sails"
],
"devDependencies":{
"mocha": "*",
"should": "*",
"proxyquire": "*",
"coveralls": "*",
"istanbul": "*",
"jshint": "*"
},
"dependencies":{
"bcrypt": "~0.8.1",
"lodash": "~2.4.1",
"moment": "~2.9.0",
"nodemailer": "~1.3.0",
"jade": "~1.3.1",
"jwt-simple": "~0.2.0",
"node-uuid": "~1.4.2"
},
"author": "David Rivera <david.r.rivera193@gmail.com>",
"contributors": [
{
"name": "David Rivera",
"email": "david.r.rivera193@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/davidrivera/waterlock-local-auth/issues"
},
"homepage": "https://github.com/davidrivera/waterlock-local-auth",
"preferGlobal": false,
"engines": {
"node": ">=0.10"
}
}