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.
38 lines
782 B
38 lines
782 B
{ |
|
"author": { |
|
"name": "Robert Kieffer", |
|
"url": "http://github.com/broofa", |
|
"email": "robert@broofa.com" |
|
}, |
|
"bin": { |
|
"mime": "cli.js" |
|
}, |
|
"contributors": [ |
|
{ |
|
"name": "Benjamin Thomas", |
|
"url": "http://github.com/bentomas", |
|
"email": "benjamin@benjaminthomas.org" |
|
} |
|
], |
|
"description": "A comprehensive library for mime-type mapping", |
|
"license": "MIT", |
|
"dependencies": {}, |
|
"devDependencies": { |
|
"mime-db": "1.30.0" |
|
}, |
|
"scripts": { |
|
"prepublish": "node build/build.js > types.json", |
|
"test": "node build/test.js" |
|
}, |
|
"keywords": [ |
|
"util", |
|
"mime" |
|
], |
|
"main": "mime.js", |
|
"name": "mime", |
|
"repository": { |
|
"url": "https://github.com/broofa/node-mime", |
|
"type": "git" |
|
}, |
|
"version": "1.4.1" |
|
}
|
|
|