-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"name": "keymetrics-widget",
"version": "1.0.0",
"description": "NodeJS monitoring",
"main": "main.js",
"scripts": {
"dev": "webpack --watch",
"start": "./node_modules/electron/cli.js .",
"build": "build --linux deb tar.xz --win --macos --x64 --ia32"
},
"repository": "https://github.com/keymetrics/keymetrics-widget.git",
"keywords": [
"pm2",
"keymetrics",
"km",
"monitoring",
"widget",
"nodejs"
],
"author": {
"name" : "Jimi M",
"email" : "[email protected]",
"url" : "https://keymetrics.io"
},
"license": "MIT",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"electron": "^1.4.15",
"webpack": "^1.14.0"
},
"dependencies": {
"chart.js": "^2.5.0",
"keymetrics-api": "^1.3.0",
"menubar": "^5.2.3",
"open": "0.0.5",
"react": "^15.4.2",
"react-chartjs-2": "^2.0.0",
"react-dom": "^15.4.2"
},
"build": {
"appId": "io.keymetrics.keymetrics-widget"
}
}