-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.25 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"author": {
"name": "Yaw Joseph Etse",
"email": "yaw.etse@gmail.com",
"url": "http://about.me/yawjosephetse"
},
"bugs": {
"url": "https://github.com/typesettin/periodicjs.ext.oauth2client/issues"
},
"config": {
"blanket": {
"pattern": [
"content/themes"
]
}
},
"contributors": [],
"dependencies": {
"passport-oauth2": "^1.4.0"
},
"deprecated": false,
"description": "An authentication extension for periodicjs that uses passport to authenticate user sessions.",
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.0.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^2.11.9",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-coveralls": "^1.0.1",
"grunt-jsbeautifier": "~0.2.7",
"grunt-jsdoc": "^2.0.0",
"grunt-mocha-cov": "^0.4.0",
"grunt-mocha-istanbul": "^4.0.2",
"grunt-newer": "^1.1.1",
"grunt-simple-mocha": "^0.4.1",
"istanbul": "^0.4.3",
"jsdoc": "^3.3.2",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^1.2.0",
"mocha-sinon": "^2.0.0",
"node-mocks-http": "^1.6.2",
"periodicjs": "10.0.53",
"semver": "^5.3.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"directories": {},
"engines": {
"node": "^6.x"
},
"homepage": "https://github.com/typesettin/periodicjs.ext.oauth2client#readme",
"keywords": [
"authentication",
"oauth2",
"passport",
"periodicjs"
],
"license": "MIT",
"main": "index.js",
"maintainers": [{
"name": "janbialostok",
"email": "janbialostok@gmail.com"
},
{
"name": "yawetse",
"email": "yaw.etse@gmail.com"
}
],
"name": "periodicjs.ext.oauth2client",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/typesettin/periodicjs.ext.oauth2client.git"
},
"scripts": {
"postinstall": "cd ../../ && periodicjs aex periodicjs.ext.oauth2client",
"postuninstall": "cd ../../ && periodicjs rex periodicjs.ext.oauth2client",
"test": "mocha -R spec --recursive"
},
"version": "9.1.0"
}