mdfind
Version:
Node interface for using Spotlight on Mac (via mdfind)
42 lines (41 loc) • 982 B
JSON
{
"name": "mdfind",
"version": "1.0.0",
"description": "Node interface for using Spotlight on Mac (via mdfind)",
"main": "lib/index.js",
"scripts": {
"pretest": "babel test --out-dir tmp",
"test": "node tmp/test.js",
"build": "babel src --out-dir lib",
"validate": "npm run build && npm run test",
"prepublish": "npm run clean && npm run build",
"clean": "rimraf lib tmp"
},
"repository": {
"type": "git",
"url": "https://github.com/brandonhorst/node-mdfind.git"
},
"keywords": [
"mdfind",
"spotlight",
"mac",
"osx",
"find",
"search"
],
"author": "@brandonhorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/brandonhorst/node-mdfind/issues"
},
"homepage": "https://github.com/brandonhorst/node-mdfind",
"devDependencies": {
"babel": "^5.8.20",
"rimraf": "^2.4.2"
},
"dependencies": {
"event-stream": "^3.3.1",
"lodash": "^3.10.1",
"split": "^1.0.0"
}
}