12345678910111213141516171819202122 |
- {
- "name": "statsd_json_grafana_datasource",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "dependencies": {
- "body-parser": "^1.15.1",
- "express": "^4.15.3",
- "lodash": "^4.13.1",
- "mongodb": "^2.2.29",
- "morgan": "^1.8.1",
- "mysql": "^2.13.0",
- "nodemon": "^1.11.0",
- "request": "2.81.0"
- },
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC"
- }
|