summaryrefslogtreecommitdiff
path: root/node_modules/mmmagic/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mmmagic/package.json')
-rw-r--r--node_modules/mmmagic/package.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/node_modules/mmmagic/package.json b/node_modules/mmmagic/package.json
new file mode 100644
index 0000000..68a8afa
--- /dev/null
+++ b/node_modules/mmmagic/package.json
@@ -0,0 +1,35 @@
+{
+ "name": "mmmagic",
+ "version": "0.5.3",
+ "author": "Brian White <mscdex@mscdex.net>",
+ "description": "An async libmagic binding for node.js for detecting content types by data inspection",
+ "main": "./lib/index",
+ "dependencies": {
+ "nan": "^2.13.2"
+ },
+ "scripts": {
+ "install": "node-gyp rebuild",
+ "test": "node test/test.js"
+ },
+ "engines": {
+ "node": ">=4.0.0"
+ },
+ "keywords": [
+ "magic",
+ "libmagic",
+ "file",
+ "filetype",
+ "mime",
+ "mimetype"
+ ],
+ "licenses": [
+ {
+ "type": "MIT",
+ "url": "http://github.com/mscdex/mmmagic/raw/master/LICENSE"
+ }
+ ],
+ "repository": {
+ "type": "git",
+ "url": "http://github.com/mscdex/mmmagic.git"
+ }
+}