aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..1ec8356
--- /dev/null
+++ b/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "file-metadata",
+ "version": "0.0.0",
+ "description": "Get file metadata using `mdls` on macOS",
+ "license": "MIT",
+ "repository": "sindresorhus/file-metadata",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "sindresorhus.com"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "file",
+ "metadata",
+ "mdls",
+ "macos",
+ "mac",
+ "spotlight",
+ "attributes",
+ "filepath"
+ ],
+ "dependencies": {
+ "plist": "^2.1.0"
+ },
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}