{ "name": "marama", "version": "1.1.0", "description": "A simple calendar component", "main": "index.js", "scripts": { "build": "node lib/styles-write.js", "test": "standard", "lint": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/mixmix/marama.git" }, "keywords": [ "calendar", "month" ], "author": "mixmix", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/mixmix/marama/issues" }, "homepage": "https://github.com/mixmix/marama#readme", "dependencies": { "micro-css": "^2.0.1", "mutant": "^3.22.1", "read-directory": "^3.0.0" }, "devDependencies": { "electro": "^2.1.1", "electron": "^2.0.7", "standard": "^11.0.1" } }