-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 855 Bytes
/
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
{
"name": "MCC",
"version": "1.0.0",
"description": "MyCryptoCheckout plugin for WordPress",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MyCryptoCheckout/wordpress.git"
},
"author": "mycryptocheckout",
"license": "ISC",
"bugs": {
"url": "https://github.com/MyCryptoCheckout/wordpress/issues"
},
"homepage": "https://github.com/MyCryptoCheckout/wordpress",
"devDependencies": {
"@lodder/grunt-postcss": "^3.0.1",
"autoprefixer": "^10.4.14",
"grunt": "^1.6.1"
},
"dependencies": {
"bignumber.js": "^9.0.2",
"clipboard": "^2.0.11",
"grunt-contrib-copy": "^1.0.0",
"grunt-dart-sass": "^2.0.1",
"postcss": "^8.4.23",
"qrcode": "^1.5.1",
"web3": "^1.7.3"
}
}