-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 808 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
{
"name": "shapeshift-exercise",
"version": "0.0.0",
"description": "Coding exercise for shapeshift.io",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"postinstall": "react-scripts build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vmike245/crypto-tracking.git"
},
"author": "michaelv245@yahoo.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/vmike245/crypto-tracking/issues"
},
"engines": {
"node": "8.10.0"
},
"dependencies": {
"express": "^4.16.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-scripts": "1.1.4",
"request": "^2.85.0",
"request-promise-native": "^1.0.5",
"webpack": "3.8.1"
}
}