Files
emacs/lisp/emacs-application-framework/app/markdown-previewer/node_modules/chrome-location/package.json
2022-01-04 15:21:47 +01:00

37 lines
796 B
JSON

{
"name": "chrome-location",
"version": "1.2.1",
"description": "Approximates the current location of Google Chrome on your system",
"main": "index.js",
"bin": {
"chrome-location": "bin.js"
},
"license": "MIT",
"scripts": {},
"author": {
"name": "Hugh Kennedy",
"email": "hughskennedy@gmail.com",
"url": "http://hughsk.io/"
},
"dependencies": {
"userhome": "^1.0.0",
"which": "^1.0.5"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/hughsk/chrome-location.git"
},
"keywords": [
"chrome",
"spawn",
"location",
"process",
"guesstimate"
],
"homepage": "https://github.com/hughsk/chrome-location",
"bugs": {
"url": "https://github.com/hughsk/chrome-location/issues"
}
}