Files
Zos/Skills/@be/be/node_modules/application-metrics/package.json

30 lines
621 B
JSON
Raw Normal View History

{
"name": "application-metrics",
"publishConfig": {
"registry": "http://npm.jibo.com:8080"
},
"repository": {
"type": "git",
"url": "git@github.jibo.com:skills/metrics-timer.git"
},
"version": "0.1.0",
"description": "Simple timer for use in application metrics",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"metrics",
"performance",
"timer"
],
"author": "Andrew Start <start.andrew@jibo.com> (https://github.com/andrewstart)",
"dependencies": {
},
"licenses": [
{
"type": "MIT"
}
]
}