salat
Version:
Daily Moroccan prayers time, right in your console, at the tip of your fingers
35 lines (34 loc) • 729 B
JSON
{
"name": "salat",
"version": "3.1.1",
"description": "Daily Moroccan prayers time, right in your console, at the tip of your fingers",
"homepage": "https://kafiln.github.io/salat-cli/",
"main": "app.js",
"bin": {
"salat": "app.js"
},
"dependencies": {
"chalk": "^2.4.2",
"domino": "^2.1.6",
"node-fetch": "^2.7.0",
"node-localstorage": "^1.3.1"
},
"scripts": {
"dev": "env NODE_ENV=development nodemon app.js",
"start": "node app"
},
"keywords": [
"prayers",
"morocco",
"prayers time",
"salat"
],
"author": {
"name": "Kafil NASDAMI",
"email": "kafil.nasdami@gmail.com"
},
"license": "MIT",
"devDependencies": {
"nodemon": "^3.1.0"
}
}