UNPKG

api-media-type

Version:

A Node.js module exporting a map of common media type names to registered IANA media type names. Built specifically to serve the needs of Web APIs.

38 lines (37 loc) 935 B
{ "name": "api-media-type", "version": "0.1.0", "description": "A Node.js module exporting a map of common media type names to registered IANA media type names. Built specifically to serve the needs of Web APIs.", "main": "api_media_type.js", "dependencies": { "data-media-type": ">=0.1.0", "hypermedia-type": ">=0.2.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/kevinswiber/api-media-type.git" }, "keywords": [ "api", "media", "type", "hypermedia", "data", "json", "siren", "hal", "form", "urlencoded", "multipart" ], "author": "Kevin Swiber <kswiber@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/kevinswiber/api-media-type/issues" }, "homepage": "https://github.com/kevinswiber/api-media-type" }