UNPKG

2.85 kBJSONView Raw
1{
2 "name": "miter",
3 "version": "0.5.10",
4 "description": "A typescript web framework based on ExpressJs based loosely on SailsJs",
5 "scripts": {
6 "test": "bash ./scripts/test.sh",
7 "test-once": "bash ./scripts/test.sh once",
8 "test-watch": "bash ./scripts/test.sh watch",
9 "travis": "bash ./scripts/travis.sh",
10 "build": "tsc",
11 "build-production": "tsc --project tsconfig-production.json",
12 "watch": "tsc -w",
13 "lint": "./node_modules/.bin/tslint tslint -c \"config/tslint.json\" --project \"tsconfig.json\" -e \"**/*.spec.ts\" -t stylish"
14 },
15 "main": "./dist/index.js",
16 "typings": "./dist/index",
17 "devDependencies": {
18 "@types/chai": "^3.4.35",
19 "@types/chai-as-promised": "^0.0.30",
20 "@types/jsonwebtoken": "^7.2.1",
21 "@types/mocha": "^2.2.40",
22 "@types/sinon": "^2.1.1",
23 "@types/sinon-chai": "^2.7.27",
24 "chai": "^3.5.0",
25 "chai-as-promised": "^6.0.0",
26 "express": "^4.14.0",
27 "jsonwebtoken": "^7.4.1",
28 "mocha": "^3.2.0",
29 "mocha-typescript": "^1.0.23",
30 "sinon": "^2.1.0",
31 "sinon-chai": "^2.10.0",
32 "ts-node": "^3.0.2",
33 "tslint": "^4.5.1"
34 },
35 "dependencies": {
36 "@types/body-parser": "^0.0.33",
37 "@types/cli-color": "^0.3.29",
38 "@types/continuation-local-storage": "^3.2.0",
39 "@types/escape-html": "^0.0.19",
40 "@types/express": "^4.0.33",
41 "@types/express-jwt": "^0.0.33",
42 "@types/lodash": "^4.14.37",
43 "@types/node": "^7.0.0",
44 "@types/parseurl": "^1.3.1",
45 "@types/pluralize": "^0.0.27",
46 "@types/send": "^0.14.2",
47 "@types/sequelize": "^4.0.38",
48 "body-parser": "^1.15.2",
49 "cli-color": "^1.1.0",
50 "continuation-local-storage": "^3.2.0",
51 "debug": "^2.2.0",
52 "encodeurl": "^1.0.1",
53 "escape-html": "^1.0.3",
54 "express-jwt": "^5.1.0",
55 "lodash": "^4.16.4",
56 "mysql": "^2.11.1",
57 "parseurl": "^1.3.1",
58 "path": "^0.12.7",
59 "pluralize": "^3.0.0",
60 "reflect-metadata": "^0.1.8",
61 "send": "^0.15.2",
62 "sequelize": "^3.24.6",
63 "typescript": "2.3.4",
64 "url": "^0.11.0"
65 },
66 "peerDependencies": {
67 "express": "^4.14.0"
68 },
69 "keywords": [
70 "miter",
71 "api",
72 "server",
73 "web framework"
74 ],
75 "contributors": [
76 "Brandon Slade <brandonyoyoslade@gmail.com>"
77 ],
78 "license": "SEE LICENSE IN LICENSE.md",
79 "private": false,
80 "repository": {
81 "type": "git",
82 "url": "git+https://github.com/aboveyou00/miter.git"
83 },
84 "bugs": {
85 "url": "https://github.com/aboveyou00/miter/issues"
86 },
87 "homepage": "https://github.com/aboveyou00/miter#readme"
88}