-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.36 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
{
"name": "chainlogserver",
"version": "0.0.10",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server",
"dev:build": "webpack -w",
"build": "webpack",
"dev": "cross-env NODE_ENV=development nodemon dist/index.bundle.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chainbytes/chainlogserver.git"
},
"author": "Eric Grill",
"dependencies": {
"body-parser": "^1.18.3",
"cross-env": "^5.2.0",
"crypto": "^1.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-winston": "^3.0.1",
"nedb": "^1.8.0",
"winston": "^3.1.0",
"zeromq": "^5.1.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^8.0.5",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.4.0",
"chai": "^4.1.2",
"eslint": "^5.12.0",
"eslint-config-equimper": "^2.0.5",
"grunt": "^1.0.3",
"grunt-bump": "^0.8.0",
"mocha": "^5.2.0",
"morgan": "^1.9.1",
"nodemon": "^1.18.4",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14",
"webpack-node-externals": "^1.7.2"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Chainbytes/chainlogserver/issues"
},
"homepage": "https://github.com/Chainbytes/chainlogserver#readme"
}