gopro-js
Version:
A Promise based JavaScript GoPro Controller/API Wrapper (Unofficial)
43 lines (42 loc) • 1.09 kB
JSON
{
"name": "gopro-js",
"version": "0.2.3",
"description": "A Promise based JavaScript GoPro Controller/API Wrapper (Unofficial)",
"main": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --presets babel-preset-env --out-dir build",
"prepublishOnly": "npm run build",
"start": "babel-node --presets babel-preset-env src/playground.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skatiruas/gopro-js.git"
},
"keywords": [
"GoPro",
"gopro",
"es6",
"camera",
"controller",
"http",
"javascript",
"api",
"wrapper"
],
"author": "Tiago Ruas <skatiruas@gmail.com> (skatiruas.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skatiruas/gopro-js/issues"
},
"homepage": "https://github.com/skatiruas/gopro-js#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"axios": "^0.17.1",
"dgram": "^1.0.1",
"mac-address": "^0.3.0"
}
}