-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "tingi",
"version": "1.0.0",
"description": "A music reccommender",
"main": "index.js",
"scripts": {
"test": "test",
"clientinstall": "npm install --prefix client",
"start": "node index.js",
"server": "nodemon index.js",
"client": "cd client && npm start",
"dev": "concurrently \"npm run server\" \"npm run client\" ",
"installall": "npm install && npm run clientinstall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ucdnetsoc/tingi.git"
},
"keywords": [
"Music",
"Spotify",
"Gigs",
"Concert"
],
"author": "Tingi",
"license": "ISC",
"bugs": {
"url": "https://github.com/ucdnetsoc/tingi/issues"
},
"homepage": "https://github.com/ucdnetsoc/tingi#readme",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.8",
"express": "^4.16.3",
"express-sanitizer": "^1.0.4",
"express-session": "^1.15.6",
"faker": "^4.1.0",
"ip": "^1.1.5",
"jquery": "^3.3.1",
"method-override": "^2.3.10",
"mongoose": "^5.0.14",
"npm": "^5.10.0",
"request": "^2.85.0",
"assert": "^1.4.1",
"concurrently": "^3.5.1",
"mongodb": "^3.0.10"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}