This repository was archived by the owner on May 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.41 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.41 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
51
52
53
54
55
56
{
"name": "Serpentes",
"description": "A ticketmanager to prioritize tickets and give some nice options :)",
"version": "v1.0.0-Alpha1",
"keywords": [
"ticket",
"serpentes",
"coding",
"lizards"
],
"maintainers": [
{
"name": "Imanuel Ulbricht",
"email": "i.ulbricht@codinglizards.de",
"web": "http://codinglizards.de/"
}
],
"bugs": {
"url": "https://github.com/CodingLizards/serpentes/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/CodingLizards/serpentes.git"
},
"licenses": [
{
"name": "MIT Licence",
"url": "https://github.com/CodingLizards/serpentes/blob/master/licence"
}
],
"readme": "https://github.com/CodingLizards/serpentes/blob/master/README.md",
"homepage": "https://github.com/CodingLizards/serpentes",
"dependencies": {
"body-parser": "^1.9.3",
"codinglizards-localizer": "^1.0.2",
"cradle": "^0.6.7",
"edge": "*",
"errorhandler": "^1.3.0",
"express": "~4.0.0",
"express-handlebars": "^1.0.3",
"express-session": "^1.8.1",
"grunt": "^0.4.5",
"handle": "^1.0.0",
"handlebars-helpers": "^0.5.8",
"less-middleware": "^1.0.4",
"locale": "*",
"log4js": "^0.6.21",
"marked": "^0.3.2",
"method-override": "^2.3.0",
"morgan": "^1.5.0",
"nodemon": "^1.2.1",
"pem": "^1.4.1",
"serve-favicon": "^2.1.7",
"socket.io": "^1.2.1"
}
}