UNPKG

jsonparser

Version:
45 lines (44 loc) 907 B
{ "name": "jsonparser", "version": "1.0.1", "description": "A JSON Parser for node http server", "main": "index.js", "typings": "index.d.ts", "scripts": { "test": "jest", "build": "tsc index.ts" }, "repository": { "type": "git", "url": "https://github.com/cosmosgenius/jsonparser.git" }, "keywords": [ "jsonparser", "middleware", "express", "json", "parser" ], "author": "Sharat M R", "license": "MIT", "engines": { "node": ">= 6" }, "bugs": { "url": "https://github.com/cosmosgenius/jsonparser/issues" }, "homepage": "https://github.com/cosmosgenius/jsonparser", "jest": { "testEnvironment": "node", "collectCoverage": true }, "devDependencies": { "@types/express": "^4.0.34", "eslint": "^3.12.2", "jest": "^18.1.0", "typescript": "^2.1.4" }, "dependencies": { "type-is": "^1.6.14" } }