typescript-rest
Version:
A Library to create RESTFul APIs with Typescript
69 lines (68 loc) • 1.88 kB
JSON
{
"name": "typescript-rest",
"version": "0.2.4",
"description": "A Library to create RESTFul APIs with Typescript",
"author": "Thiago da Rosa de Bustamante <thiago@cruxframework.org>",
"dependencies": {
"@types/body-parser": "0.0.33",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.0.33",
"@types/express-serve-static-core": "^4.0.37",
"@types/multer": "0.0.32",
"@types/serve-static": "^1.7.31",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"multer": "^1.2.0",
"reflect-metadata": "^0.1.8",
"underscore": "^1.8.3",
"underscore.string": "^3.3.4"
},
"devDependencies": {
"@types/es6-promise": "0.0.32",
"@types/jasmine": "^2.5.35",
"@types/request": "0.0.32",
"@types/underscore": "^1.7.33",
"@types/underscore.string": "0.0.30",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-delete-lines": "0.0.7",
"gulp-istanbul": "^1.1.1",
"gulp-istanbul-enforcer": "^1.0.3",
"gulp-jasmine": "^2.4.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-typedoc": "^2.0.0",
"gulp-typescript": "^3.0.2",
"jasmine-console-reporter": "^1.2.7",
"merge2": "^1.0.2",
"remap-istanbul": "^0.7.0",
"request": "^2.76.0",
"run-sequence": "^1.2.2",
"typedoc": "^0.5.0",
"typescript": "^2.0.3"
},
"keywords": [
"API",
"REST",
"RESTFul",
"service",
"microservice",
"typescript",
"node server"
],
"repository": {
"type": "git",
"url": "https://github.com/thiagobustamante/typescript-rest.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/thiagobustamante/typescript-rest/issues"
},
"directories": {
"lib": "release",
"doc": "doc"
},
"main": "release/lib/typescript-rest.js",
"typings": "release/lib/typescript-rest.d.ts"
}