UNPKG

miter

Version:

A typescript web framework based on ExpressJs based loosely on SailsJs

86 lines (85 loc) 2.77 kB
{ "name": "miter", "version": "0.6.3", "description": "A typescript web framework based on ExpressJs based loosely on SailsJs", "scripts": { "test": "bash ./scripts/test.sh", "test-once": "bash ./scripts/test.sh once", "test-watch": "bash ./scripts/test.sh watch", "travis": "bash ./scripts/travis.sh", "build": "tsc", "build-production": "tsc --project tsconfig-production.json", "watch": "tsc -w", "lint": "./node_modules/.bin/tslint tslint -c \"config/tslint.json\" --project \"tsconfig.json\" -e \"**/*.spec.ts\" -t stylish" }, "main": "./dist/index.js", "typings": "./dist/index", "devDependencies": { "@types/chai": "^3.4.35", "@types/chai-as-promised": "^0.0.30", "@types/jsonwebtoken": "^7.2.1", "@types/mocha": "^2.2.40", "@types/sinon": "^2.1.1", "@types/sinon-chai": "^2.7.27", "chai": "^3.5.0", "chai-as-promised": "^6.0.0", "express": "^4.14.0", "jsonwebtoken": "^7.4.1", "mocha": "^3.2.0", "mocha-typescript": "^1.0.23", "sinon": "^2.1.0", "sinon-chai": "^2.10.0", "ts-node": "^3.3.0", "tslint": "^4.5.1", "typescript": "^2.6.1" }, "dependencies": { "@types/body-parser": "^0.0.33", "@types/cli-color": "^0.3.29", "@types/continuation-local-storage": "^3.2.0", "@types/escape-html": "^0.0.19", "@types/express": "^4.0.33", "@types/express-jwt": "^0.0.33", "@types/lodash": "^4.14.37", "@types/node": "^7.0.0", "@types/parseurl": "^1.3.1", "@types/pluralize": "^0.0.27", "@types/send": "^0.14.2", "body-parser": "^1.15.2", "cli-color": "^1.1.0", "continuation-local-storage": "^3.2.0", "debug": "^2.2.0", "encodeurl": "^1.0.1", "escape-html": "^1.0.3", "express-jwt": "^5.1.0", "lodash": "^4.16.4", "parseurl": "^1.3.1", "path": "^0.12.7", "pluralize": "^3.0.0", "reflect-metadata": "^0.1.8", "send": "^0.15.2", "url": "^0.11.0" }, "peerDependencies": { "express": "^4.14.0" }, "keywords": [ "miter", "api", "server", "web framework" ], "contributors": [ "Brandon Slade <brandonyoyoslade@gmail.com>" ], "license": "SEE LICENSE IN LICENSE.md", "private": false, "repository": { "type": "git", "url": "git+https://github.com/miter-framework/miter.git" }, "bugs": { "url": "https://github.com/miter-framework/miter/issues" }, "homepage": "https://github.com/miter-framework/miter#readme" }