123456789101112131415 |
- {
- "name": "unstick",
- "version": "0.1",
- "description": "Unstick Line stickers",
- "main": "unstick.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Tone",
- "license": "ISC",
- "dependencies": {
- "cheerio": "^0.22.0",
- "request": "^2.75.0"
- }
- }
|