gphoto2
Version:
Node.js wrapper for libgphoto2
94 lines (93 loc) • 2.3 kB
JSON
{
"author": "Leonhardt Wille <wille@riverlabs.de>",
"name": "gphoto2",
"description": "Node.js wrapper for libgphoto2",
"version": "0.3.2",
"homepage": "https://github.com/lwille/node-gphoto2",
"keywords": [
"photography",
"dslr",
"gphoto2"
],
"repository": {
"type": "git",
"url": "https://github.com/lwille/node-gphoto2.git"
},
"os": [
"darwin",
"linux"
],
"main": "index.js",
"dependencies": {
"nan": "^2.14.0"
},
"devDependencies": {
"async": "^2.6.1",
"coffeescript": "^2.3.2",
"express": "^4.16.4",
"mocha": "^5.2.0",
"pre-commit": "^1.2.2",
"pug": "^2.0.3",
"should": "^13.2.3",
"sinon": "^7.1.1",
"superagent": "^4.0.0",
"underscore": "^1.9.1"
},
"pre-commit": [
"cpplint"
],
"scripts": {
"cpplint": "util/cpplint.sh",
"prepare": "npm run cpplint",
"preinstall": "((which pkg-config && pkg-config libgphoto2) || (which dpkg && (dpkg -s libgphoto2-dev || dpkg -s libgphoto2-6-dev)) || (which brew && brew list libgphoto2) || (echo 'ERROR: libgphoto2 seems not to be installed.' 1>&2; exit 1))",
"install": "node-gyp rebuild",
"test": "mocha"
},
"license": "MIT",
"contributors": [
{
"name": "Leonhardt Wille",
"email": "wille@riverlabs.de",
"url": "https://github.com/lwille"
},
{
"name": "Aaron Israel",
"email": "ai@gobas.de",
"url": "https://github.com/a0n"
},
{
"name": "Luigi Pinca",
"email": "luigipinca@gmail.com",
"url": "https://github.com/lpinca"
},
{
"name": "Michael Kötter",
"email": "michael@m-koetter.de",
"url": "https://github.com/michaelkoetter"
},
{
"name": "David Noelte",
"email": "noelte@csb-doebeln.de",
"url": "https://github.com/marvin"
},
{
"name": "Brian White",
"email": "mscdex@mscdex.net",
"url": "https://github.com/mscdex"
},
{
"name": "Tim Hunt",
"url": "https://github.com/mitnuh"
},
{
"name": "Sijawusz Pur Rahnama",
"email": "sija@sija.pl",
"url": "https://github.com/sija"
},
{
"name": "Philipp Trenz",
"email": "mail@philipptrenz.de",
"url": "https://github.com/philipptrenz"
}
]
}