You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
741 B
30 lines
741 B
{
|
|
"name": "mime-match",
|
|
"version": "1.0.2",
|
|
"description": "A simple function to check whether a mimetype matches the specified mimetype (with wildcard support)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js",
|
|
"gendocs": "gendocs > README.md"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DamonOehlman/mime-match.git"
|
|
},
|
|
"keywords": [
|
|
"mime",
|
|
"wildcard"
|
|
],
|
|
"author": "Damon Oehlman <damon.oehlman@gmail.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/DamonOehlman/mime-match/issues"
|
|
},
|
|
"homepage": "https://github.com/DamonOehlman/mime-match",
|
|
"dependencies": {
|
|
"wildcard": "^1.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"tape": "^4.5.1"
|
|
}
|
|
}
|
|
|