30 lines
621 B
JSON
30 lines
621 B
JSON
{
|
|
"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"
|
|
}
|
|
]
|
|
}
|