package.json 372 B

12345678910111213141516
  1. {
  2. "name": "filemap",
  3. "version": "0.0.1",
  4. "description": "Conviniently load a bunch of files.",
  5. "main": "filemap.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": "https://github.com/simme/node-filemap",
  10. "keywords": [
  11. "files",
  12. "load"
  13. ],
  14. "author": "Simon Ljungberg <hi@iamsim.me>",
  15. "license": "ISC"
  16. }