-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 Bytes
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
{
"name": "scrypta-shopify-plugin",
"version": "1.0.0",
"description": "Accept almost any cryptocurrency in your Shopify Store",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"dev": "webpack --watch"
},
"keywords": [
"cryptocurrency",
"shopify",
"payment"
],
"author": "turinglabs",
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^2.0.2",
"css-loader": "^3.4.2",
"csv-loader": "^2.1.1",
"express": "^4.15.3",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.29.0",
"style-loader": "^0.18.2",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.8.0",
"xml-loader": "^1.2.1"
},
"dependencies": {
"axios": "^0.19.2"
}
}