1234567891011121314151617181920212223242526 |
- {
- "name": "bdx-traffic",
- "version": "1.0.0",
- "description": "Get Bdx traffic load information",
- "main": "index.js",
- "scripts": {
- "start": "node index.js",
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.jojolab.net/johan/bdx-traffic.git"
- },
- "keywords": [
- "Bdx",
- "Open",
- "data",
- "HelloAsso"
- ],
- "author": "Johan Le Baut",
- "license": "ISC",
- "dependencies": {
- "axios": "^0.21.0",
- "express": "^4.17.1"
- }
- }
|