-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.24 KB
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
{
"name": "shopify-server",
"version": "0.0.1",
"description": "",
"main": "shopify-server.js",
"keywords": [
"shopify",
"firebase",
"oauth",
"api",
"server",
"node.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"doc": "rm docs/ -rf; node_modules/.bin/jsdoc -c jsdoc.json; xdg-open ./docs/index.html",
"publish-doc": "npm run doc; node doc.js --publish; xdg-open https://docs.jumplink.eu/shopify-server"
},
"repository": {
"type": "git",
"url": "https://github.com/JumpLinkNetwork/shopify-server.git"
},
"author": "Pascal Garber",
"license": "MIT",
"dependencies": {
"debug": "^2.6.3",
"firebase-admin": "^4.2.0",
"koa-bodyparser": "^4.2.0",
"koa-json": "^2.0.2",
"koa-router": "^7.1.1",
"koa-safe-jsonp": "^0.3.1",
"p-map": "^1.1.1",
"p-times": "^1.0.1",
"shopify-api-node": "^2.4.0",
"shopify-token": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"comment-json": "^1.1.3",
"docdash": "^0.4.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"jsdoc": "^3.4.3",
"jsdoc-babel": "^0.3.0",
"jsdoc-strip-async-await": "^0.1.0",
"minimist": "^1.2.0",
"scp2": "^0.5.0"
}
}