-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.27 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
{
"version": "0.24.4",
"name": "@ravel/ravel-steam-auth-provider",
"author": "Michael Laccetti <[email protected]> (https://laccetti.com/)",
"description": "Steam Auth Provider for Ravel Rapid Application Development Framework",
"contributors": [
{
"name": "Michael Laccetti",
"email": "[email protected]",
"url": "https://laccetti.com/"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/raveljs/ravel-steam-auth-provider.git"
},
"publishConfig": {
"access": "public"
},
"main": "lib/ravel-steam-auth-provider.js",
"scripts": {
"clean": "gulp clean",
"docs": "gulp docs",
"watch": "gulp watch",
"test": "node $(which gulp) --require source-map-support/register test",
"test-no-cov": "node $(which gulp) --require source-map-support/register test-no-cov",
"show-coverage": "gulp show-coverage",
"debug": "node debug $(which gulp) --require source-map-support/register test-no-cov",
"debug-remote": "node --debug-brk=5858 $(which gulp) --require source-map-support/register test-no-cov"
},
"dependencies": {
"passport-steam": "1.0.9"
},
"peerDependencies": {
"ravel": "0.24.x"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-eslint": "8.2.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"mocha": "5.1.0",
"mocha-lcov-reporter": "1.3.0",
"mockery": "2.1.0",
"supertest": "3.0.0",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-config-semistandard": "12.0.1",
"eslint-plugin-import": "2.11.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-standard": "3.0.1",
"eslint-plugin-promise": "3.7.0",
"eslint-plugin-jsdoc": "3.6.2",
"redis-mock": "0.21.0",
"ravel": "0.24.x",
"sinon": "4.5.0",
"sinon-chai": "3.0.0",
"upath": "1.0.4",
"codeclimate-test-reporter": "0.5.0",
"del": "3.0.0",
"gulp": "3.9.1",
"gulp-env": "0.4.0",
"istanbul": "0.4.5",
"gulp-istanbul": "1.1.3",
"gulp-eslint": "4.0.2",
"gulp-load-plugins": "1.5.0",
"gulp-mocha": "5.0.0",
"gulp-open": "3.0.1",
"gulp-sourcemaps": "2.6.4",
"source-map-support": "0.5.4",
"gulp-babel": "7.0.1"
}
}