forked from waterlock/waterlock-facebook-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 843 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
{
"name": "waterlock-facebook-auth",
"version": "0.0.3",
"description": "facebook authentication for waterlock",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/davidrivera/waterlock-facebook-auth"
},
"keywords": [
"facebook",
"authentication",
"waterlock",
"sails"
],
"dependencies" : {
"request": "*",
"lodash": "2.4.1"
},
"devDependencies":{
"mocha": "*",
"should": "*",
"proxyquire": "*",
"coveralls": "*",
"istanbul": "*",
"jshint": "*"
},
"author": "David Rivera <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidrivera/waterlock-facebook-auth/issues"
},
"homepage": "https://github.com/davidrivera/waterlock-facebook-auth"
}