UNPKG

@doodad-js/mime

Version:
63 lines 1.73 kB
{ "homepage": "https://github.com/doodadjs/", "author": "Claude Petit <doodadjs@gmail.com> (https://github.com/doodadjs/)", "license": "Apache-2.0", "files": [ "src", "lib", "build", "dist", "browserify", "test", "index.js", "index.mjs", "webpack.config.js", "config.json", "make.json", "LICENSE", "README.md", ".eslintignore", ".eslintrc.js", ".gitignore", ".npmignore", ".npmrc", ".travis.yml", "appveyor.yml", "tonic.js" ], "scripts": { "build": "node -r \"@doodad-js/make/make\" . make", "dist": "node -r \"@doodad-js/make/make\" . install", "browserify": "node -r \"@doodad-js/make/make\" . custom=browserify", "test": "node -r \"@doodad-js/make/make\" . custom=test", "lint": "node -r \"@doodad-js/make/make\" . custom=lint" }, "devDependencies": { "@doodad-js/eslint-config-base": "^1.4.0", "@doodad-js/make": "^3.2.0-alpha.0" }, "main": "index.js", "browser": "./browserify/browserify.min.js", "engines": { "node": ">=6.0.0" }, "name": "@doodad-js/mime", "description": "doodad-js Mime (beta)", "version": "4.1.0-beta.1", "keywords": [ "doodad-js", "mime" ], "repository": { "type": "git", "url": "https://github.com/doodadjs/doodad-js-mime.git" }, "bugs": { "url": "https://github.com/doodadjs/doodad-js-mime/issues", "email": "doodadjs@gmail.com" }, "tonicExampleFilename": "tonic.js", "dependencies": { "@doodad-js/core": "^9.1.2" } }