-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 862 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 862 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
{
"name": "vulnerable-node-app",
"version": "1.0.0",
"description": "Node.js application with known vulnerabilities for Trivy to detect",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vulnerable",
"security",
"test"
],
"author": "",
"license": "ISC",
"dependencies": {
"express": "4.17.1",
"lodash": "4.17.15",
"axios": "0.19.0",
"jquery": "1.12.4",
"socket.io": "2.0.0",
"moment": "2.19.3",
"node-fetch": "2.6.0",
"handlebars": "4.0.11",
"mongoose": "5.7.5",
"bootstrap": "3.3.7",
"tar": "2.2.1",
"js-yaml": "3.13.0",
"marked": "0.3.6",
"braces": "2.3.0",
"mem": "1.1.0"
},
"devDependencies": {
"webpack": "3.11.0",
"mocha": "5.0.0",
"eslint": "4.18.0"
}
}