UNPKG

2.77 kBJSONView Raw
1{
2 "name": "miter",
3 "version": "0.4.0",
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 "jsonwebtoken": "^7.4.1",
27 "mocha": "^3.2.0",
28 "mocha-typescript": "^1.0.23",
29 "sinon": "^2.1.0",
30 "sinon-chai": "^2.10.0",
31 "ts-node": "^3.0.2",
32 "tslint": "^4.5.1"
33 },
34 "dependencies": {
35 "@types/body-parser": "^0.0.33",
36 "@types/cli-color": "^0.3.29",
37 "@types/continuation-local-storage": "^3.2.0",
38 "@types/escape-html": "^0.0.19",
39 "@types/express": "^4.0.33",
40 "@types/express-jwt": "^0.0.33",
41 "@types/lodash": "^4.14.37",
42 "@types/node": "^7.0.0",
43 "@types/parseurl": "^1.3.1",
44 "@types/pluralize": "^0.0.27",
45 "@types/send": "^0.14.2",
46 "@types/sequelize": "^4.0.38",
47 "body-parser": "^1.15.2",
48 "cli-color": "^1.1.0",
49 "continuation-local-storage": "^3.2.0",
50 "debug": "^2.2.0",
51 "encodeurl": "^1.0.1",
52 "escape-html": "^1.0.3",
53 "express": "^4.14.0",
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.2",
64 "url": "^0.11.0"
65 },
66 "keywords": [
67 "miter",
68 "api",
69 "server",
70 "web framework"
71 ],
72 "contributors": [
73 "Brandon Slade <brandonyoyoslade@gmail.com>"
74 ],
75 "license": "ISC",
76 "private": false,
77 "repository": {
78 "type": "git",
79 "url": "git+https://github.com/aboveyou00/miter.git"
80 },
81 "bugs": {
82 "url": "https://github.com/aboveyou00/miter/issues"
83 },
84 "homepage": "https://github.com/aboveyou00/miter#readme"
85}