-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 917 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": "mob-login",
"version": "4.0.0",
"description": "OAuth 2.0 login provider for Mob Your Life.",
"main": "index.js",
"scripts": {
"test": "npm run test:lint",
"test:lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobyourlife/v4-login.git"
},
"keywords": [
"oauth",
"login",
"provider",
"mob",
"your",
"life",
"social",
"network"
],
"author": "Filipe Oliveira <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mobyourlife/v4-login/issues"
},
"homepage": "https://github.com/mobyourlife/v4-login#readme",
"devDependencies": {
"standard": "^6.0.7"
},
"dependencies": {
"koa": "^1.1.2",
"koa-hbs": "^0.8.0",
"koa-logger": "^1.3.0",
"koa-static": "^2.0.0",
"primer-css": "github:primer/primer",
"stylus": "^0.53.0"
}
}