-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 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": "cepbenchmarking",
"version": "0.1.0",
"description": "Manager for benchmarking of CEP engines.",
"main": "src/index.js",
"scripts": {
"start": "npm run build && NODE_ENV=production node src/index.js",
"dev": "NODE_ENV=development node src/index.js",
"build": "NODE_ENV=production webpack -p",
"lint": "prettier --write --single-quote */*.js"
},
"repository": {
"type": "git",
"url": "https://nahralo@gitlab-as.informatik.uni-stuttgart.de/hirmerpl/CEP_Benchmarking.git"
},
"author": "Leonardo Nahra",
"license": "UNLICENSED",
"dependencies": {
"config": "^1.28.1",
"express": "^4.15.4",
"ip": "^1.1.5",
"mongodb": "^3.0.0-rc0",
"mqtt": "^2.9.1",
"node-ansible": "^0.5.5",
"node-ssh": "^4.2.3",
"purecss": "^1.0.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.18.2",
"ws": "^3.0.0"
},
"devDependencies": {
"css-loader": "^0.28.7",
"elm": "^0.18.0",
"elm-hot-loader": "^0.5.4",
"elm-webpack-loader": "^4.4.0",
"prettier": "^1.5.3",
"style-loader": "^0.19.0",
"webpack": "^3.5.5"
}
}