-
-
Notifications
You must be signed in to change notification settings - Fork 449
/
package.json
executable file
·75 lines (75 loc) · 2.17 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"_from": "total.js",
"author": {
"name": "Peter Sirka",
"email": "petersirka@gmail.com",
"url": "http://www.petersirka.com"
},
"bin": {
"total": "./bin/totaljs",
"total.js": "./bin/totaljs",
"totaljs": "./bin/totaljs",
"tpm": "./bin/tpm",
"totalpackage": "./bin/tpm"
},
"description": "MVC framework for Node.js",
"devDependencies": {},
"directories": {
"test": "test"
},
"engines": {
"node": ">=8.0.0"
},
"keywords": ["total", "iot", "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": "Radek / rsmogura",
"email": ""
},{
"name": "Liao San-Kai",
"email": "liaosankai@gmail.com"
},{
"name": "Marchukov Ivan",
"email": "marchukov.ivan@gmail.com"
},{
"name": "Martin Smola",
"email": "smola.martin@gmail.com"
},{
"name": "Denis Granec",
"email": "danis1999@gmail.com"
},{
"name": "Chao Tang Chang",
"email": "mrgmp2004@hotmail.com"
},{
"name": "luoage",
"email": "luoage@msn.cn"
},{
"name": "Tema Smirnov",
"email": "github.tema@smirnov.one"
}, {
"name": "Jeroen van Hilst",
"email": "frunjik@gmail.com"
}, {
"name": "Sarp Aykent",
"email": "shackhers@gmail.com"
}],
"version": "3.4.13",
"homepage": "http://www.totaljs.com",
"bugs": {
"url": "https://github.com/totaljs/framework/issues",
"email": "petersirka@gmail.com"
}
}