1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00
copilot/spikes/leak/package.json

27 lines
621 B
JSON
Raw Normal View History

2016-11-21 15:18:12 +02:00
{
"name": "leak-spike",
"version": "1.0.0",
"private": true,
"license": "private",
"main": "src/index.js",
"dependencies": {
"artillery": "^1.5.0-17",
2016-11-21 15:18:12 +02:00
"clone": "^2.0.0",
2016-11-23 18:27:02 +02:00
"date.js": "^0.3.1",
"epimetheus": "^1.0.46",
"good": "^7.0.2",
"good-console": "^6.3.1",
"good-squeeze": "^5.0.1",
2016-11-23 18:27:02 +02:00
"got": "^6.6.3",
2016-11-21 15:18:12 +02:00
"hapi": "^15.2.0",
2016-11-23 18:27:02 +02:00
"hapi-webpack-dev-plugin": "^1.2.0",
"internet-timestamp": "^0.0.1",
"lodash.get": "^4.4.2",
"minimist": "^1.2.0",
2016-11-21 15:18:12 +02:00
"pretty-hrtime": "^1.0.3",
"prom-client": "^6.1.2",
2016-11-23 18:27:02 +02:00
"require-dir": "^0.3.1",
"webpack": "^1.13.3"
2016-11-21 15:18:12 +02:00
}
}