-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·62 lines (62 loc) · 1.41 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
{
"name": "shopify-oauth-node",
"version": "1.0.0",
"author": {
"name": "Juan Rivillas",
"email": "jprivillaso@gmail.com"
},
"scripts": {
"start": "npm install && NODE_ENV=production node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jprivillaso/shopify-node-auth"
},
"keywords": [
"shopify",
"shopify-api",
"shopify-apps",
"shopify-sdk",
"shopify-embedded-applications",
"nodejs",
"oauth",
"express",
"boilerplate"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jprivillaso/shopify-node-auth/issues"
},
"homepage": "https://github.com/jprivillaso/shopify-node-auth/reeakt#readme",
"dependencies": {
"body-parser": "~1.14.0",
"compression": "^1.6.2",
"consign": "^0.1.2",
"cookie-parser": "~1.4.0",
"cors": "^2.8.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.5",
"express": "~4.13.3",
"express-session": "^1.15.1",
"lodash": "^4.17.4",
"mongodb": "^2.2.27",
"mongoose": "^4.10.2",
"morgan": "~1.6.1",
"nconf": "~0.8.0",
"nodemailer": "^4.3.1",
"oauth": "~0.9.14",
"shopify-api-node": "^2.3.0",
"shopify-token": "^3.0.0",
"swagger-tools": "0.10.1",
"uuid": "^3.0.1",
"webpack": "^2.1.0"
},
"engines": {
"node": "7.9.0",
"npm": "4.2.0"
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-plugin-node": "^5.2.0"
}
}