UNPKG

732 BJSONView Raw
1{
2 "name": "@dominion-framework/dominion",
3 "version": "0.2.25",
4 "description": "Declarative Promise based Node.js framework for REST API with zero dependencies.",
5 "homepage": "https://dominion.js.org",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/dominion-framework/dominion"
9 },
10 "bugs": {
11 "url": "https://github.com/dominion-framework/dominion/issues"
12 },
13 "keywords": [
14 "Node.js",
15 "api",
16 "rest",
17 "restfull",
18 "framework",
19 "promise",
20 "no dependencies"
21 ],
22 "main": "index.js",
23 "bin": {
24 "dominion": "scripts/create.js"
25 },
26 "dependencies": {},
27 "author": {
28 "name": "Yura Chaikovsky",
29 "email": "yura.chaikovsky@gmail.com"
30 },
31 "license": "MIT"
32}