-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.79 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.79 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "0xbtc-api",
"version": "0.0.1",
"description": "An API for getting JSON data about 0xBTC token on Ethereum ",
"main": "index.js",
"scripts": {
"bot": "node index.js",
"webpack": "webpack",
"dev": "webpack-dev-server ",
"express": "node express-dev.js",
"collectmints": "node jobs/collectmints",
"collectbasicdata": "node jobs/collectbasicdata",
"copy-images": "node scripts/copy-images.js",
"mocha": "mocha --timeout 60000 --reporter list"
},
"keywords": [
"ethereum",
"0xbtc"
],
"author": "infernal_toast",
"license": "MIT",
"dependencies": {
"@ladjs/graceful": "^1.0.5",
"body-parser": "^1.18.3",
"bree": "^4.1.1",
"browserify": "^15.2.0",
"bthreads": "^0.5.1",
"bulma": "^0.6.2",
"cabin": "^9.0.4",
"cors": "^2.8.5",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.5",
"jquery": "^3.5.1",
"js-sha3": "^0.7.0",
"mongodb": "^3.6.4",
"ncp": "^2.0.0",
"node-fetch": "^2.6.1",
"owl.carousel": "^2.2.0",
"redis": "^2.8.0",
"sha3": "^1.2.0",
"vue": "^2.5.13",
"web3": "^1.3.4",
"web3-utils": "^1.0.0-beta.36",
"webpack": "^3.10.0",
"worker-loader": "^1.1.0"
},
"devDependencies": {
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"file-system": "^2.2.2",
"graceful-fs": "^4.1.15",
"html-webpack-include-assets-plugin": "^1.0.2",
"html-webpack-plugin": "^2.30.1",
"mocha": "^8.2.1",
"node-sass": "^4.14.1",
"sass-loader": "^6.0.6",
"static-site-generator-webpack-plugin": "^3.4.1",
"style-loader": "^0.20.1",
"webpack-dev-server": "^2.11.5"
}
}