-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "noservice",
"version": "0.0.16",
"description": "NOOXY Service Framework. NoService is a high level framework for services that provide you nodejs environment and eliminate service designer to care about low level part of your project. Such as connection, authorization, user system, database, protocol and so on. It also run multiple services intergrated and we also provide a manager and shell to manipulate all of them.",
"main": "NoService/index.js",
"directories": {
"doc": "docs"
},
"bin": {
"create-noservice": "./NoService/NoService/npm_scripts/deploy.sh"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"noservicedeploy": "./NoService/NoService/npm_scripts/deploy.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NOOXY-research/NoService.git"
},
"keywords": [
"Service",
"NoService",
"NOOXY",
"Authenticity",
"Database",
"Framework",
"MultiThread",
"WebSocket",
"Service Framework",
"ORM",
"Authorization",
"Model",
"Lightweight",
"MicroService"
],
"author": "noowyee magneticchen NOOXY",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NOOXY-research/NoService/issues"
},
"homepage": "https://github.com/NOOXY-research/NoService#readme",
"dependencies": {
"ws": "^4.1.0"
}
}