alb3rt
Version:
38 lines (37 loc) • 1.03 kB
JSON
{
"name": "alb3rt",
"version": "0.0.21",
"description": "Alb3rt",
"main": "index.js",
"scripts": {
"postinstall": "chmod 775 ./scripts/ --recursive",
"reinstall": "rm -r node_modules && git checkout -- . && git reset -- . && git pull origin master && npm install",
"start": "node index",
"start-forever": "forever start --uid 'Alb3rt' --minUptime 1234 --spinSleepTime 3421 --append index.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libtomsoftware/alb3rt.git"
},
"keywords": [
"alb3rt"
],
"author": "Libtom Software Ltd",
"license": "ISC",
"bugs": {
"url": "https://github.com/libtomsoftware/alb3rt/issues"
},
"homepage": "https://github.com/libtomsoftware/alb3rt#readme",
"dependencies": {
"alb3rt-ai": "*",
"alb3rt-core": "*",
"alb3rt-home-security": "*",
"alb3rt-news": "*",
"alb3rt-sensors": "*",
"alb3rt-travel": "*",
"alb3rt-tts": "*",
"alb3rt-weather": "*",
"forever": "*"
}
}