-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "seneca-twitter-auth",
"version": "0.1.1",
"description": "twitter auth plugin for seneca-auth",
"main": "twitter-auth.js",
"scripts": {
"test": "mocha test --reporter spec",
"lint": "lab test -dL",
"annotate": "docco twitter-auth.js -o doc"
},
"repository": {
"type": "git",
"url": "git://github.com/senecajs/seneca-twitter-auth.git"
},
"keywords": [
"seneca",
"oauth",
"auth",
"twitter",
"plugin"
],
"author": "Nicolas Herment <nherment@gmail.com>",
"license": "MIT",
"contributors": [
{
"name": "Shane Lacey",
"email": "shane.lacey@nearform.com",
"url": "https://github.com/shanel262"
}
],
"bugs": {
"url": "https://github.com/senecajs/seneca-twitter-auth/issues"
},
"homepage": "https://github.com/senecajs/seneca-twitter-auth",
"dependencies": {
"passport-twitter": "1.0.4"
},
"devDependencies": {
"eslint-config-seneca": "1.1.x",
"eslint-plugin-hapi": "4.0.x",
"eslint-plugin-standard": "1.3.x",
"lab": "8.2.x",
"code": "2.1.x",
"docco": "0.7.0",
},
"peerDependencies": {
"seneca-auth": "*",
"seneca": "*"
}
}