-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 910 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 910 Bytes
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
{
"name": "wavebackend",
"version": "1.0.0",
"description": "",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/WaveLearning/waveBackEnd.git"
},
"author": "Yagnik",
"license": "ISC",
"bugs": {
"url": "https://github.com/WaveLearning/waveBackEnd/issues"
},
"homepage": "https://github.com/WaveLearning/waveBackEnd#readme",
"dependencies": {
"colors": "^1.1.2",
"cors": "^2.8.4",
"elasticsearch": "^15.1.1",
"express": "^4.16.3",
"http": "0.0.0",
"lodash": "^4.17.10",
"log-timestamp": "*",
"morgan": "^1.9.0",
"nconf": "*",
"pug": "^2.0.3"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"pre-commit": "^1.2.2"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"start": "node ./bin/www"
},
"pre-commit": [
"fix",
"lint"
]
}