main
Last change
on this file since d24f17c was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
933 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "author": {
|
---|
| 3 | "name": "Robert Kieffer",
|
---|
| 4 | "url": "http://github.com/broofa",
|
---|
| 5 | "email": "robert@broofa.com"
|
---|
| 6 | },
|
---|
| 7 | "bin": {
|
---|
| 8 | "mime": "cli.js"
|
---|
| 9 | },
|
---|
| 10 | "engines": {
|
---|
| 11 | "node": ">=4"
|
---|
| 12 | },
|
---|
| 13 | "contributors": [
|
---|
| 14 | {
|
---|
| 15 | "name": "Benjamin Thomas",
|
---|
| 16 | "url": "http://github.com/bentomas",
|
---|
| 17 | "email": "benjamin@benjaminthomas.org"
|
---|
| 18 | }
|
---|
| 19 | ],
|
---|
| 20 | "description": "A comprehensive library for mime-type mapping",
|
---|
| 21 | "license": "MIT",
|
---|
| 22 | "dependencies": {},
|
---|
| 23 | "devDependencies": {
|
---|
| 24 | "github-release-notes": "0.13.1",
|
---|
| 25 | "mime-db": "1.31.0",
|
---|
| 26 | "mime-score": "1.1.0"
|
---|
| 27 | },
|
---|
| 28 | "scripts": {
|
---|
| 29 | "prepare": "node src/build.js",
|
---|
| 30 | "changelog": "gren changelog --tags=all --generate --override",
|
---|
| 31 | "test": "node src/test.js"
|
---|
| 32 | },
|
---|
| 33 | "keywords": [
|
---|
| 34 | "util",
|
---|
| 35 | "mime"
|
---|
| 36 | ],
|
---|
| 37 | "main": "mime.js",
|
---|
| 38 | "name": "mime",
|
---|
| 39 | "repository": {
|
---|
| 40 | "url": "https://github.com/broofa/node-mime",
|
---|
| 41 | "type": "git"
|
---|
| 42 | },
|
---|
| 43 | "version": "1.6.0"
|
---|
| 44 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.