UNPKG

2.33 kBJSONView Raw
1{
2 "name": "miter",
3 "version": "0.1.4",
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 "build": "tsc",
9 "watch": "tsc -w",
10 "prepublish": "rm -rf ./dist && tsc",
11 "lint": "./node_modules/.bin/tslint tslint -c \"config/tslint.json\" --project \"tsconfig.json\" -e \"**/*.spec.ts\" -t stylish",
12 "pre-commit": "bash ./scripts/pre-commit.sh"
13 },
14 "pre-commit": [
15 "pre-commit"
16 ],
17 "main": "./dist/index.js",
18 "typings": "./dist/index",
19 "devDependencies": {
20 "@types/chai": "^3.4.35",
21 "@types/mocha": "^2.2.40",
22 "@types/sinon": "^2.1.1",
23 "chai": "^3.5.0",
24 "mocha": "^3.2.0",
25 "mocha-typescript": "^1.0.23",
26 "pre-commit": "^1.2.2",
27 "sinon": "^2.1.0",
28 "ts-node": "^3.0.2",
29 "tslint": "^4.5.1"
30 },
31 "dependencies": {
32 "@types/body-parser": "^0.0.33",
33 "@types/cli-color": "^0.3.29",
34 "@types/continuation-local-storage": "^3.2.0",
35 "@types/express": "^4.0.33",
36 "@types/express-jwt": "^0.0.33",
37 "@types/lodash": "^4.14.37",
38 "@types/node": "^7.0.0",
39 "@types/pluralize": "^0.0.27",
40 "@types/sequelize": "^4.0.38",
41 "@types/sinon-chai": "^2.7.27",
42 "body-parser": "^1.15.2",
43 "cli-color": "^1.1.0",
44 "continuation-local-storage": "^3.2.0",
45 "debug": "^2.2.0",
46 "express": "^4.14.0",
47 "express-jwt": "^5.1.0",
48 "lodash": "^4.16.4",
49 "mysql": "^2.11.1",
50 "pluralize": "^3.0.0",
51 "reflect-metadata": "^0.1.8",
52 "sequelize": "^3.24.6",
53 "sinon-chai": "^2.9.0",
54 "typescript": "^2.2.1"
55 },
56 "keywords": [
57 "miter",
58 "api",
59 "server",
60 "web framework"
61 ],
62 "contributors": [
63 "Brandon Slade <brandonyoyoslade@gmail.com>"
64 ],
65 "license": "ISC",
66 "private": false,
67 "repository": {
68 "type": "git",
69 "url": "git+https://github.com/aboveyou00/miter.git"
70 },
71 "bugs": {
72 "url": "https://github.com/aboveyou00/miter/issues"
73 },
74 "homepage": "https://github.com/aboveyou00/miter#readme"
75}