1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "boorugram",
- "version": "1.0.0",
- "description": "using booru browsers for fapping is mainstream. get a bot that deliveries all your fapping needs, straight into the best messaging app!",
- "main": "index.js",
- "scripts": {
- "test": "node index.js",
- "start": "node run.js"
- },
- "author": "Howl <the@howl.moe>",
- "contributors": [
- {
- "name": "Howl",
- "email": "the@howl.moe"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/TheHowl/boorugram"
- },
- "bugs": {
- "url": "https://github.com/TheHowl/boorugram/issues"
- },
- "license": "MIT",
- "dependencies": {
- "forever-monitor": "^1.6.0",
- "node-telegram-bot": "^0.1.2",
- "request": "^2.61.0",
- "sqlite3": "^3.1.0",
- "xml2js": "^0.4.12"
- }
- }
|