-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (69 loc) · 1.41 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"_args": [
[
"waterlock-local-sms-auth"
]
],
"_from": "waterlock-local-sms-auth@latest",
"_inCache": true,
"_installable": true,
"_location": "/waterlock-local-sms-auth",
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "waterlock-local-sms-auth",
"raw": "waterlock-local-sms-auth",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_shrinkwrap": null,
"_spec": "waterlock-local-auth",
"author": {
"email": "chirag200666@gmail.com",
"name": "Chirag Choudhary"
},
"dependencies": {
"bcrypt": "~0.8.5",
"jade": "~1.11.0",
"jwt-simple": "~0.3.0",
"lodash": "~3.10.0",
"moment": "~2.10.6",
"node-uuid": "~1.4.2",
"nodemailer": "1.4.0"
},
"description": "local authentication using phone & code for waterlock",
"devDependencies": {
"coveralls": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"proxyquire": "*",
"should": "*"
},
"directories": {},
"engines": {
"node": ">=0.10"
},
"keywords": [
"authentication",
"local",
"sms",
"sails",
"waterlock"
],
"license": "MIT",
"main": "index.js",
"name": "waterlock-local-sms-auth",
"optionalDependencies": {},
"preferGlobal": false,
"readme": "ERROR: No README data found!",
"scripts": {
"test": "make test"
},
"version": "0.1.0"
}