package.json 304 B

123456789101112131415
  1. {
  2. "name": "unstick",
  3. "version": "0.1",
  4. "description": "Unstick Line stickers",
  5. "main": "unstick.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "Tone",
  10. "license": "ISC",
  11. "dependencies": {
  12. "cheerio": "^0.22.0",
  13. "request": "^2.75.0"
  14. }
  15. }