-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.68 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
52
53
54
55
56
57
58
{
"name": "han1",
"version": "0.1.0",
"description": "A nodejs project to read from AMS electical meters through the mbus protocol.",
"main": "index.js",
"scripts": {
"server": "node clean.js && parcel build src/dash.js --out-dir modules/han1-dash/dash --cache-dir ./.parcel-cache --log-level 4 && nodemon index.js",
"front": "parcel watch src/dash.js --out-dir modules/han1-dash/dash --cache-dir ./.parcel-cache --log-level 4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/antonedvard/han1.git"
},
"keywords": [
"ams",
"han",
"smartmeter"
],
"author": "Anton Kristensen <[email protected]>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/antonedvard/han1/issues"
},
"homepage": "https://github.com/antonedvard/han1#readme",
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/plugin-transform-runtime": "^7.1.0",
"dotenv": "^6.2.0",
"log-timestamp": "^0.2.1",
"md5": "^2.2.1",
"node-sass": "^4.10.0",
"nodemon": "^1.18.7",
"parcel-bundler": "^1.10.3",
"pug": "^2.0.3",
"rimraf": "^2.6.2",
"sass": "^1.15.1",
"progressbar.js": "^1.0.1",
"chartist": "^0.11.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.6.3",
"axios": "^0.18.0",
"crc": "^3.8.0",
"express": "^4.16.4",
"font-awesome": "^4.7.0",
"graphql-request": "^1.8.2",
"hexy": "^0.3.0",
"int64-buffer": "^0.99.1007",
"passport": "^0.4.0",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"progressbar": "^1.3.0",
"raspi": "^5.0.2",
"raspi-serial": "^5.0.0",
"socket.io": "^2.2.0"
}
}