-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "hank",
"version": "1.0.0",
"description": "Live OS monitoring UI built on top of HighCharts.js",
"main": "server.js",
"scripts": {
"start": "webpack && node server.js",
"lint": "eslint ./server.js ./app/scripts/index.js",
"dev": "webpack --watch",
"test": "mocha ./tests/alert.js"
},
"author": "Pierre Cholhot <[email protected]>",
"license": "ISC",
"dependencies": {
"express": "^4.14.0",
"os-monitor": "^1.0.4",
"pug": "^0.1.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"chai": "^3.5.0",
"css-loader": "^0.25.0",
"eslint": "^3.7.0",
"eslint-loader": "^1.5.0",
"highcharts": "^4.2.3",
"highcharts-exporting": "^0.1.2",
"highcharts-more": "^0.1.2",
"highcharts-solid-gauge": "^0.1.2",
"mocha": "^3.1.0",
"normalize.css": "^4.2.0",
"postcss-cssnext": "^2.8.0",
"postcss-loader": "^0.13.0",
"style-loader": "^0.13.1",
"superagent": "^2.3.0",
"webpack": "^1.13.2"
}
}