Initial commit
parents
.editorconfig
0 → 100644
AUTHORS
0 → 100644
COPYING
0 → 100644
This diff is collapsed.
ChangeLog
0 → 100644
ChangeLog.md
0 → 120000
INSTALL
0 → 100644
Makefile.am
0 → 100644
NEWS
0 → 100644
README
0 → 100644
README.md
0 → 120000
autogen.sh
0 → 100755
configure.ac
0 → 100644
package.json
0 → 100644
{ | ||
"name": "nautilus-bluetooth", | ||
"version": "0.1.0", | ||
"description": "A simple Nautilus extension that adds a \"Send via Bluetooth\" entry to Nautilus' right-click menu", | ||
"homepage": "https://madmurphy.github.io/nautilus-bluetooth/", | ||
"author": "madmurphy333@gmail.com", | ||
"license": "GPL-3.0", | ||
"main": "nautilus-bluetooth", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/madmurphy/nautilus-bluetooth.git" | ||
}, | ||
"dependencies": { | ||
"glib2": "*", | ||
"libnautilus-extension": "*", | ||
"gnome-bluetooth": "*" | ||
}, | ||
"devDependencies": { | ||
"pkgconf": "*", | ||
"intltool": "*" | ||
}, | ||
"src": [ | ||
"src/nautilus-bluetooth.c" | ||
], | ||
"bugs": { | ||
"url": "https://github.com/madmurphy/nautilus-bluetooth/issues", | ||
"email" : "madmurphy333@gmail.com" | ||
}, | ||
"keywords": [ | ||
"bluetooth", | ||
"c", | ||
"gnome", | ||
"gnu", | ||
"nautilus", | ||
"nautilus-extension" | ||
] | ||
} | ||
po/ChangeLog
0 → 100644
po/LINGUAS
0 → 100644
po/POTFILES.in
0 → 100644
po/es.po
0 → 100644
po/fr.po
0 → 100644
po/it.po
0 → 100644
po/la.po
0 → 100644