-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 909 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 909 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
{
"name": "basics",
"version": "1.0.0",
"description": "CIS 4301 practice app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Jason Hackleman",
"license": "ISC",
"dependencies": {
"bcryptjs": "*",
"body-parser": "^1.19.0",
"cisco-vpn": "^1.0.2",
"cors": "^2.8.5",
"csvtojson": "^2.0.8",
"express": "^4.16.4",
"ip": "^1.1.5",
"jsonwebtoken": "*",
"mongoose": "*",
"morgan": "^1.9.1",
"oracledb": "^3.1.2",
"passport": "*",
"passport-jwt": "*"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-nodemon": "^0.4.2"
}
}