GitHub Viewer
{
"name": "jsexecutor",
"version": "0.0.1",
"description": "Simple tool that measures the execution time of js",
"author": "Marija Selakovic",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"commander": "^2.5.0",
"simple-statistics": "^0.9.0",
"ps-tree":"1.0.0",
"express": "4.13.3",
"body-parser": "1.13.3"
},
"bin": {
"jsexecutor": "jsexecutor.js"
}
}