UNPKG

781 BJSONView Raw
1{
2 "name": "@wbhob/core",
3 "version": "1.0.0-alpha.22-20170806023313",
4 "description": "Orbital - the core framework",
5 "main": "./core",
6 "typings": "./core.d.ts",
7 "author": "wbhob",
8 "license": "MIT",
9 "peerDependencies": {
10 "typescript": ">=2.1.0"
11 },
12 "dependencies": {
13 "async": "^2.5.0",
14 "body-parser": "^1.16.0",
15 "compression": "^1.6.2",
16 "express": "^4.14.0",
17 "helmet": "^3.4.0",
18 "injection-js": "^2.1.0",
19 "mongodb": "^2.2.21",
20 "reflect-metadata": "^0.1.10"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/orbital-js/orbital.git"
25 },
26 "devDependencies": {
27 "@types/async": "^2.0.40",
28 "typescript": "^2.4.2"
29 }
30}