lacona-osx
Version:
Lacona Extensions for OSX, tied into the global-context hosted API
67 lines (66 loc) • 1.75 kB
JSON
{
"name": "lacona-osx",
"version": "1.3.1",
"description": "Lacona Extensions for OSX, tied into the global-context hosted API",
"lacona": {
"title": "macOS Integration",
"customPreferences": true,
"description": "Allow Lacona commands to access data from Spotlight and the current system context."
},
"main": "lib/index.js",
"scripts": {
"test": "mocha --compilers jsx:babel-register --watch-extensions jsx",
"build": "babel src --out-dir lib",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/lacona/lacona-osx.git"
},
"keywords": [
"Lacona",
"Source",
"spotlight",
"mdfind",
"app",
"file",
"osx",
"search"
],
"author": "@brandonhorst",
"license": "MIT",
"bugs": {
"url": "https://github.com/lacona/lacona-osx/issues"
},
"homepage": "https://github.com/lacona/lacona-osx",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-function-bind": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-es2015-node": "^6.1.1",
"babel-register": "^6.18.0",
"rimraf": "^2.5.4"
},
"dependencies": {
"elliptical": "^2.2.1",
"lacona-api": "^1.5.1",
"lacona-phrases": "^1.1.0",
"lacona-source-helpers": "^2.0.2",
"lodash": "^4.16.6",
"rxjs": "^5.0.0-rc.1"
},
"babel": {
"plugins": [
"transform-react-jsx",
"transform-async-to-generator",
"transform-function-bind",
"syntax-async-functions"
],
"presets": [
"es2015-node"
]
}
}