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
·27 lines (27 loc) · 951 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·27 lines (27 loc) · 951 Bytes
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
{
"name": "total.js",
"version": "1.6.0",
"description": "web framework (MVC) for node.js",
"main": "./index.js",
"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"],
"engines": {
"node": ">=0.8.0"
},
"readmeFilename": "readme.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/totaljs/framework.git"
},
"license": "MIT",
"author": {
"name": "Peter Širka"
},
"bin": { "total": "./bin/total", "total.js": "./bin/total", "tpm": "./bin/tpm" },
"_from": "total.js",
"directories": {
"test": "test"
}
}