-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 782 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 782 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
{
"name": "tec_test",
"version": "0.0.0",
"scripts": {
"start": "node index.js",
"prebuild": "./init/init_dir.sh",
"build": "node ./init/build.js",
"cron": "./bin/cron_like.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.1",
"express-session": "^1.15.6",
"mongo-sanitize": "^1.0.0",
"mongoose": "^4.12.0",
"multer": "^1.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"description": "Tec test for Y generation",
"main": "auth.server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/chadek/tec_test"
},
"author": "Fabrice Meyer"
}