express-profiler
Version:
用于express框架profiler
30 lines (29 loc) • 602 B
JSON
{
"name": "express-profiler",
"version": "1.0.1",
"engines": {
"node":">=0.12"
},
"license": "MIT",
"author":{
"name":"zhukovasky",
"email": "zhukovasky@163.com"
},
"main": "index.js",
"repository":{
"type": "git",
"url":"https://github.com/zhukovaskychina/express-profiler"
},
"keywords": [
"node",
"nodejs",
"Express",
"Profiler"
],
"url":"https://github.com/zhukovaskychina/express-profiler",
"homepage": "https://github.com/zhukovaskychina/express-profiler",
"dependencies": {
"v8-profiler":"5.7.0",
"moment":"2.18.1"
}
}