aboutsummaryrefslogtreecommitdiff
path: root/node_modules/ext-list/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/ext-list/readme.md')
-rw-r--r--node_modules/ext-list/readme.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/node_modules/ext-list/readme.md b/node_modules/ext-list/readme.md
new file mode 100644
index 0000000..893064d
--- /dev/null
+++ b/node_modules/ext-list/readme.md
@@ -0,0 +1,25 @@
+# ext-list [![Build Status](http://img.shields.io/travis/kevva/ext-list.svg?style=flat)](https://travis-ci.org/kevva/ext-list)
+
+> Return a list of known [file extensions](http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types) and their MIME types
+
+
+## Install
+
+```
+$ npm install --save ext-list
+```
+
+
+## Usage
+
+```js
+const extList = require('ext-list');
+
+extList();
+//=> {'123': 'application/vnd.lotus-1-2-3', ez: 'application/andrew-inset', aw: 'application/applixware', ...}
+```
+
+
+## License
+
+MIT © [Kevin Mårtensson](https://github.com/kevva)