-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1009 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1009 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
{
"name": "g02",
"version": "1.0.0",
"description": "NETS212 Final Project",
"main": "app.js",
"dependencies": {
"async": "^3.2.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.5.3",
"connect-flash": "^0.1.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"eslint": "^7.15.0",
"express": "^4.17.1",
"express-session": "^1.17.1",
"jquery": "^3.5.1",
"morgan": "^1.10.0",
"nodemon": "^2.0.6",
"request": "^2.88.2",
"stemmer": "^1.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "./node_modules/.bin/babel public/daniel/chatComponents/ --out-dir public/daniel/chatComponentsLib/",
"start": "nodemon app.js",
"build:chat": "rm -rf build && cd chatApp && npm run build && cd .. && cp -r chatApp/build ."
},
"repository": {
"type": "git",
"url": "ssh://G02@nets212.cis.upenn.edu/git/nets212/G02"
},
"author": "Savan",
"license": "ISC"
}