UNPKG

letter-u

Version:
20 lines (19 loc) 442 B
{ "name": "letter-u", "version": "1.0.0", "description": "The lowercase letter \"u\"", "homepage": "https://github.com/fizzbuzz-npm/letter-u", "repository": "github:fizzbuzz-npm/letter-u", "main": "index.js", "scripts": { "lint": "eslint index.js", "lint-fix": "eslint --fix index.js", "test": "ava" }, "author": "Me", "license": "ISC", "devDependencies": { "ava": "^2.4.0", "eslint": "^6.5.1" } }