package.json 215 B

12345678910111213
  1. {
  2. "name": "coffee_module",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "author": "Robert Gauto",
  6. "license": "MIT",
  7. "scripts": {
  8. "build": ""
  9. },
  10. "dependencies": {
  11. "coffeescript": "^1.12.6"
  12. }
  13. }