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.
44 lines
933 B
44 lines
933 B
{ |
|
"author": { |
|
"name": "Robert Kieffer", |
|
"url": "http://github.com/broofa", |
|
"email": "robert@broofa.com" |
|
}, |
|
"bin": { |
|
"mime": "cli.js" |
|
}, |
|
"engines": { |
|
"node": ">=4" |
|
}, |
|
"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": { |
|
"github-release-notes": "0.13.1", |
|
"mime-db": "1.31.0", |
|
"mime-score": "1.1.0" |
|
}, |
|
"scripts": { |
|
"prepare": "node src/build.js", |
|
"changelog": "gren changelog --tags=all --generate --override", |
|
"test": "node src/test.js" |
|
}, |
|
"keywords": [ |
|
"util", |
|
"mime" |
|
], |
|
"main": "mime.js", |
|
"name": "mime", |
|
"repository": { |
|
"url": "https://github.com/broofa/node-mime", |
|
"type": "git" |
|
}, |
|
"version": "1.6.0" |
|
}
|
|
|