UNPKG

889 BJSONView Raw
1{
2 "name": "outlinejs",
3 "version": "3.0.17",
4 "description": "OutlineJS nano framework",
5 "main": "dist/index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/outlinejs/outlinejs.git"
12 },
13 "author": "OutlineJS Team",
14 "license": "ISC",
15 "bugs": {
16 "url": "https://github.com/outlinejs/outlinejs/issues"
17 },
18 "homepage": "https://github.com/outlinejs/outlinejs#readme",
19 "dependencies": {
20 "@outlinejs/boot": "^3.0.17",
21 "@outlinejs/components": "^3.0.10",
22 "@outlinejs/conf": "^3.0.3",
23 "@outlinejs/contexts": "^3.0.17",
24 "@outlinejs/controllers": "^3.0.17",
25 "@outlinejs/middleware": "^3.0.17",
26 "@outlinejs/routing": "^3.0.10",
27 "@outlinejs/routers": "^3.0.17",
28 "@outlinejs/translation": "^3.0.3",
29 "@outlinejs/views": "^3.0.10"
30 }
31}