Permalink
Switch branches/tags
Nothing to show
Find file
Fetching contributors…
Cannot retrieve contributors at this time
24 lines (23 sloc) 507 Bytes
{
"name": "BerryNet",
"version": "1.0.0",
"description": "Deep learning gateway on Raspberry Pi",
"main": "index.js",
"author": "DT42",
"license": "GPLv3",
"dependencies": {
"ascoltatori": "^3.1.0",
"emailjs": "^1.0.8",
"imagemagick": "^0.1.3",
"mocha": "^3.2.0",
"mosca": "^2.2.0",
"mqtt": "^2.0.1",
"pino": "^2.13.0",
"prompt": "^1.0.0",
"request": "^2.79.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1"
}
}