-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
74 lines (74 loc) · 1.69 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
{
"name": "passport-shopify",
"version": "0.1.2",
"description": "Shopify authentication strategy for passport",
"repository": {
"type": "git",
"url": "http://github.com/danteata/passport-shopify.git"
},
"bugs": {
"url": "http://github.com/danteata/passport-shopify/issues"
},
"main": "./lib/passport-shopify",
"dependencies": {
"lodash": "^3.10.1",
"passport-oauth2": "^1.3.0",
"pkginfo": "0.3.x"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"express": "*",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^8.0.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "^1.0.4",
"eslint-plugin-react": "^5.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-core": "^0.1.3-alpha",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"isparta": "^4.0.0",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"passport": "*"
},
"scripts": {
"lint": "gulp lint",
"coverage": "gulp istanbul && rm -rf coverage",
"test": "gulp test",
"prepublish": "gulp build"
},
"keywords": [
"passport",
"shopify",
"auth",
"authentication",
"identity",
"authn"
],
"author": {
"name": "Daniel Abakah",
"email": "[email protected]"
},
"contributors": [
{
"name": "Nick Baugh",
"email": "[email protected]"
},
{
"name": "Igor Goltsov",
"email": "[email protected]"
},
{
"name": "Sebastian Iacomuzzi",
"email": "[email protected]"
}
],
"license": "MIT"
}