{
  "name": "char-lcd",
  "version": "0.1.3",
  "description": "Character LCD display emulator",
  "main": "javascript/char-lcd.js",
  "scripts": {
    "lint": "eslint javascript",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "character-lcd",
    "lcd",
    "HD44780"
  ],
  "author": "jazz-soft (https://jazz-soft.net/)",
  "devDependencies": {
    "eslint": "^9.17.0",
    "grunt": "^1.6.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-uglify": "^5.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jazz-soft/char-lcd.git"
  },
  "bugs": "https://github.com/jazz-soft/char-lcd/issues",
  "homepage": "https://github.com/jazz-soft/char-lcd#readme",
  "license": "MIT"
}
