forked from totaljs/framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·69 lines (69 loc) · 1.66 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
{
"_from": "total.js",
"author": {
"name": "Peter \u0160irka"
},
"bin": {
"total": "./bin/total",
"total.js": "./bin/total",
"tpm": "./bin/tpm",
"totalpackage": "./bin/tpm"
},
"contributors": [
"Peter \u0160irka <[email protected]>",
"Toshiaki Takahashi <[email protected]>",
"Bir <https://github.com/bir>",
"Serkan Kocaman <https://github.com/KiPSOFT>",
"Andrea Sessa <https://github.com/asessa>",
"Ehsan Darrudi <https://github.com/darrudi>",
"Tom Spaccialbelli <https://github.com/harry-stot>",
"Nikita Shmidt <https://github.com/NikSmith>"
],
"description": "web framework (MVC) for node.js",
"devDependencies": {},
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.8.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"
},
"version": "1.8.2a"
}