-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
52
53
54
55
56
57
{
"name": "llm-node",
"version": "1.1.6",
"description": "Legal Lawyer Manager (LLM)",
"main": "start.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --use_strict start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RenatoXSR/llm-node.git"
},
"keywords": [
"llm",
"node",
"mean",
"express",
"mongodb",
"angular",
"legal",
"lawyer",
"manager"
],
"author": "RenatoXSR (Alpha Sagittarii Empreendimentos e Participações EIRELI)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RenatoXSR/llm-node/issues"
},
"homepage": "https://github.com/RenatoXSR/llm-node#readme",
"dependencies": {
"body-parser": "^1.15.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.2.0",
"connect-mongodb-session": "^1.1.1",
"cookie-parser": "^1.4.1",
"crudeasy": "^0.2.17",
"express": "^4.13.4",
"express-session": "^1.13.0",
"googleapis": "^59.0.0",
"jade": "^1.11.0",
"mongodb": "^2.1.18",
"mongoose": "^5.10.2",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-auth": "^1.0.1",
"passport-google-oauth": "^1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"request": "^2.72.0"
},
"engines": {
"node": "~4.4.0"
}
}