forked from helbizofficial/helbiz-fullstack-test
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 1 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
{
"name": "helbiz-fullstack-test",
"version": "1.0.0",
"description": "This test is part of our hiring process at Helbiz for full-stack Software Engineering positions. There are three stages to this test, but you shouldn’t spend more than 4-6 hours completing it. And don't worry if you can't complete everything!",
"main": "index.js",
"scripts": {
"test": "test",
"server": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Andreadinenno/helbiz-fullstack-test.git"
},
"author": "andrea di nenno",
"license": "ISC",
"bugs": {
"url": "https://github.com/Andreadinenno/helbiz-fullstack-test/issues"
},
"homepage": "https://github.com/Andreadinenno/helbiz-fullstack-test#readme",
"dependencies": {
"axios": "^0.18.0",
"circular-json": "^0.5.9",
"create-react-app": "^2.1.5",
"express": "^4.16.4",
"mongoose": "^5.4.15",
"nodemon": "^1.18.10",
"truffle-privatekey-provider": "^1.1.0",
"web3": "^1.0.0-beta.37"
}
}