-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "algorithm-time",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"readme": "node ./node_modules/.bin/node-readme",
"sass": "node-sass -w public/sass/ -o public/css/",
"startdev": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie": "~0.3.1",
"cookie-parser": "~1.3.5",
"debug": "~2.6.9",
"ejs": "3.1.7",
"eps": "^0.1.0",
"express": "^4.17.1",
"js-sha256": "^0.3.0",
"jstransformer": "^1.0.0",
"mongoose": "^5.13.20",
"morgan": "^1.9.1",
"node-sass": "^3.7.0",
"nodemon": "^1.9.2",
"pug": "^2.0.4",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0",
"uglify-js": "2.6.0",
"xss": "^0.2.13"
},
"description": "",
"main": "app.js",
"devDependencies": {
"node-readme": "^0.1.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amirbawab/Algorithm-time.git"
},
"author": "Amir El Bawab",
"license": "ISC",
"bugs": {
"url": "https://github.com/amirbawab/Algorithm-time/issues"
},
"homepage": "https://github.com/amirbawab/Algorithm-time#readme"
}