package.json 268 B

1234567891011121314
  1. {
  2. "name": "hlogger",
  3. "version": "0.0.9",
  4. "description": "Yet another logger",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "cd test;node test-conf"
  8. },
  9. "author": {
  10. "email": "luisf@hexasoftware.com",
  11. "name": "Luis Figueiredo"
  12. },
  13. "license": "ISC"
  14. }