-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "package",
"version": "1.0.0",
"description": "A web application built using the MEAN stack. The app retrieves custom data from an API and connects to the Ethereum mainnet using web3. It also stores information in MongoDB.",
"main": "server.js",
"dependencies": {
"bcrypt-nodejs": "^0.0.3",
"bignumber.js": "^7.2.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"eth-lightwallet": "^3.0.1",
"ethereumjs-tx": "^1.3.4",
"ethereumjs-util": "^5.2.0",
"express": "^4.16.3",
"fs-extra": "^6.0.1",
"jsonwebtoken": "^8.3.0",
"lodash": "^4.17.10",
"mongoose": "^5.1.5",
"nodemon": "^1.17.5",
"scrypt": "^6.0.3",
"tar": "^4.4.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"json-loader": "^0.5.7",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"style-loader": "^0.21.0",
"web3": "^1.0.0-beta.34",
"webpack": "^4.12.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f-z/okergo.git"
},
"author": "Filippos A. Zofakis",
"license": "ISC",
"bugs": {
"url": "https://github.com/f-z/okergo/issues"
},
"homepage": "https://github.com/f-z/okergo#readme"
}