package.json 271 B

1234567891011121314
  1. {
  2. "name": "gmy-img-cropper",
  3. "version": "1.1.0",
  4. "description": "img-cropper cropper",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "cropper"
  11. ],
  12. "author": "day_up",
  13. "license": "ISC"
  14. }