-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 887 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
{
"name": "vern-authentication-facebook",
"version": "0.0.1",
"description": "Username/password authentication for using Facebook with Vern.",
"main": "lib/FacebookController.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/uh-sem-blee/vern-authentication-facebook"
},
"keywords": [
"vern",
"mvc",
"rest",
"api",
"angularjs",
"mongodb",
"less",
"framework",
"platform"
],
"author": "uh-sem-blee",
"license": "Copyright 2014 uh-sem-blee, Co.",
"bugs": {
"url": "https://github.com/uh-sem-blee/vern-authentication-facebook/issues"
},
"homepage": "https://github.com/uh-sem-blee/vern-authentication-facebook",
"devDependencies": {
"vern-core": "latest",
"vern-authentication": "latest"
},
"dependencies": {}
}