forked from totaljs/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·84 lines (84 loc) · 2.47 KB
/
package.json
File metadata and controls
executable file
·84 lines (84 loc) · 2.47 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"_from": "total.js",
"author": {
"name": "Peter Sirka",
"email": "petersirka@gmail.com",
"url": "http://www.petersirka.eu"
},
"bin": {
"total": "./bin/totaljs",
"total.js": "./bin/totaljs",
"totaljs": "./bin/totaljs",
"tpm": "./bin/tpm",
"totalpackage": "./bin/tpm"
},
"description": "HMVC framework for node.js",
"devDependencies": {},
"directories": {
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": ["total", "framework", "web", "websocket", "mvc", "controller", "view", "angular.js", "upload", "picture", "graphicsmagick", "imagemagick", "eshop", "blog", "forum", "chat", "game", "nosql", "database", "streaming", "live", "server sent events", "sse", "multipart", "x-mixed-replace"],
"license": "MIT",
"main": "./index.js",
"name": "total.js",
"readmeFilename": "readme.md",
"repository": {
"type": "git",
"url": "https://github.com/totaljs/framework.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [{
"name": "Peter Širka",
"email": "petersirka@gmail.com"
}, {
"name": "Jozef Gula",
"email": "gula.jozef@gmail.com"
}, {
"name": "Matúš Szabo",
"email": "matus.szabo@gmail.com"
}, {
"name": "Andrea Sessa",
"email": "andrea.sessa@gmail.com"
}, {
"name": "Tom Spaccialbelli",
"email": "tom.spaccialbelli@gmail.com"
}, {
"name": "Gera G. Güiles",
"email": "gerardo.gonzalezg@gmail.com"
}, {
"name": "Radek / rsmogura",
"email": ""
},{
"name": "Liao San-Kai",
"email": "liaosankai@gmail.com"
},{
"name": "Marchukov Ivan",
"email": "marchukov.ivan@gmail.com"
},{
"name": "Dusan Dragula",
"email": "dusan.dragula@goodrequest.com"
},{
"name": "Сковорода Никита Андреевич",
"email": "chalkerx@gmail.com"
},{
"name": "Guy Fraser",
"email": "guy.fraser1@gmail.com"
},{
"name": "Martin Smola",
"email": "smola.martin@gmail.com"
},{
"name": "Peter Štolc",
"email": "stolcp@gmail.com"
}],
"version": "2.2.0",
"homepage": "http://www.totaljs.com",
"bugs": {
"url": "https://github.com/totaljs/framework/issues",
"email": "petersirka@gmail.com"
}
}