forked from openclimatefix/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 879 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "metrics",
"version": "1.0.0",
"description": "Toolkit to automatically collect OCF metrics and store them over time",
"main": "get-opencollective.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"get-opencollective": "node get-opencollective.js",
"get-twitter": "node get-twitter.js",
"get-mailchimp": "node get-mailchimp.js",
"get-github": "node get-github.js",
"get-cloudflare": "node get-cloudflare.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openclimatefix/metrics.git"
},
"author": "Flo Wirtz <[email protected]> (https://github.com/flowirtz)",
"license": "MIT",
"bugs": {
"url": "https://github.com/openclimatefix/metrics/issues"
},
"homepage": "https://github.com/openclimatefix/metrics#readme",
"dependencies": {
"axios": "^0.21.2"
}
}