-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.23 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
{
"name": "@ostro/framework",
"version": "1.2.0",
"description": "MVC framework for NodeJS",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/auth": "^1.0.1",
"@ostro/cache": "^1.0.2",
"@ostro/config": "^1.0.2",
"@ostro/console": "^1.0.4",
"@ostro/container": "^1.0.3",
"@ostro/contracts": "^1.0.4",
"@ostro/cookie": "^1.0.2",
"@ostro/database": "^1.3.0",
"@ostro/encryption": "^1.0.1",
"@ostro/filesystem": "^1.0.3",
"@ostro/http": "^1.0.9",
"@ostro/logger": "^1.0.0",
"@ostro/router": "^1.0.5",
"@ostro/session": "^1.0.2",
"@ostro/server": "^1.0.2",
"@ostro/support": "^1.2.0",
"@ostro/validation": "^1.0.4",
"@ostro/view": "^1.0.0",
"@ostro/foundation": "^1.0.3"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"keywords": [
"ostrojs",
"framework",
"nodejs framework",
"mvc",
"framework"
],
"author": "amar",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ostrojs/framework.git"
},
"bugs": {
"url": "https://github.com/ostrojs/framework/issues"
},
"homepage": "https://github.com/ostrojs/framework#readme"
}