-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 946 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 946 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
34
35
36
{
"name": "lametric-apps",
"version": "1.0.0",
"description": "LaMetric app",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "node "
},
"engine": {
"node": "*",
"npm": "*"
},
"dependencies": {
"body-parser": "~1.18.2",
"express": "~4.15.5",
"morgan": "~1.9.0",
"request": "~2.83.0",
"request-promise": "latest",
"bluebird": "latest",
"moment": "latest",
"express-session": "latest",
"util": "latest",
"web3": "0.20.4"
},
"repository": {
"type": "git",
"url": "https://github.com/xguitoux/HotsLogs_LaMetric.git"
},
"author": "Guillaume M <xguitoux@gmail.com>",
"license": "CC-BY-1.0",
"bugs": {
"url": "https://github.com/xguitoux/HotsLogs_LaMetric/issues"
},
"homepage": "https://github.com/xguitoux/HotsLogs_LaMetric"
}