-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.2 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.2 KB
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
{
"name": "chief",
"version": "0.0.1",
"description": "Ayuda a la labor policial open source",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"start": "nodemon ./bin/www",
"test": "mocha test/test_server.js --exit",
"full_test": "mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cerv1/Chief.git"
},
"author": "Sergio Cervilla",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Cerv1/Chief/issues"
},
"homepage": "https://github.com/Cerv1/Chief#readme",
"dependencies": {
"bcrypt-nodejs": "*",
"body-parser": "~1.18.2",
"carbone": "^1.1.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "~4.16.3",
"express-fileupload": "^0.4.0",
"express-session": "~1.15.6",
"mocha": "^5.1.1",
"momentjs": "^2.0.0",
"mongoose": "^5.0.15",
"mongoose-auto-increment": "^5.0.1",
"morgan": "~1.9.0",
"nodemon": "^1.17.4",
"passport": "~0.4.0",
"passport-local": "~1.0.0",
"pm2": "^2.10.4",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"debug": "~3.1.0",
"supertest": "^3.0.0"
}
}