go-jsbox-metrics-helper
Version:
Metrics helper for Vumi JS Sandbox apps
41 lines (40 loc) • 969 B
JSON
{
"name": "go-jsbox-metrics-helper",
"version": "0.2.0",
"description": "Metrics helper for Vumi JS Sandbox apps",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/praekelt/go-jsbox-metrics-helper.git"
},
"keywords": [
"vumi",
"sandbox",
"metrics"
],
"author": "Praekelt Foundation",
"license": "BSD",
"bugs": {
"url": "https://github.com/praekelt/go-jsbox-metrics-helper/issues"
},
"homepage": "https://github.com/praekelt/go-jsbox-metrics-helper",
"dependencies": {
"vumigo_v02": "~0.3",
"moment": "~2.19.3",
"q": "~0.9.7",
"lodash": "~4.17.11"
},
"devDependencies": {
"mocha": "~5.0.1",
"jshint": "~2.9.5",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-mocha-test": "~0.13.3",
"grunt": "~1.0.3",
"grunt-cli": "~1.3.2"
}
}