huli-metrics
Version:
this is an inhouse addon for huli developers
33 lines (32 loc) • 769 B
JSON
{
"name": "huli-metrics",
"version": "1.0.6",
"description": "this is an inhouse addon for huli developers",
"main": "metrics.js",
"scripts": {
"test": "node ./test/test-metrics.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/green-fox-academy/huli-metrics-nodejs.git"
},
"keywords": [
"huli",
"greenfox",
"metrics"
],
"author": "fehersanyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/green-fox-academy/huli-metrics-nodejs/issues"
},
"homepage": "https://github.com/green-fox-academy/huli-metrics-nodejs#readme",
"devDependencies": {
"supertest": "^3.1.0",
"tape": "^4.9.0"
},
"dependencies": {
"es6-promise": "^4.2.4",
"isomorphic-fetch": "^2.2.1"
}
}