-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
{
"name": "dinoloop",
"version": "2.4.0",
"description": "A lightweight REST API Library for building scalable Node.js server-side applications powered by Typescript",
"main": "index.js",
"typings": "index.d.ts",
"homepage": "https://github.com/ParallelTask/dinoloop/",
"bugs": "https://github.com/ParallelTask/dinoloop/issues",
"author": "Dinoloop Team",
"license": "MIT",
"contributors": [
"ParallelTask",
"Will Garcia"
],
"repository": {
"type": "git",
"url": "https://github.com/ParallelTask/dinoloop.git"
},
"keywords": [
"dinoloop",
"node-api",
"rest-api",
"express",
"expressjs",
"framework",
"mvc",
"dependency-injection",
"web",
"rest",
"restful",
"node-rest",
"node-rest-api",
"node-express"
],
"dependencies": {
"reflect-metadata": "0.1.12",
"path-to-regexp": "8.0.0"
},
"engines": {
"node": ">= 8.10.x",
"npm": ">= 5.6.0"
}
}