mirror of
https://github.com/davidmarkclements/0x.git
synced 2026-01-18 14:38:23 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "0x",
|
|
"version": "2.5.4",
|
|
"description": "🔥 single-command flamegraph profiling 🔥",
|
|
"main": "index.js",
|
|
"bin": "./cmd.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"stress-rest-example": "cd examples/rest-api && npm test",
|
|
"lint": "standard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/davidmarkclements/0x.git"
|
|
},
|
|
"author": "David Mark Clements",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/davidmarkclements/0x/issues"
|
|
},
|
|
"homepage": "https://github.com/davidmarkclements/0x#readme",
|
|
"dependencies": {
|
|
"browserify": "^13.0.0",
|
|
"concat-stream": "^1.5.2",
|
|
"d3": "^3.5.16",
|
|
"debug": "^2.2.0",
|
|
"end-of-stream": "^1.1.0",
|
|
"hsl-to-rgb-for-reals": "^1.1.0",
|
|
"jsdom": "^11.6.2",
|
|
"minimist": "^1.2.0",
|
|
"multistream": "^2.1.0",
|
|
"open": "0.0.5",
|
|
"perf-sym": "^2.0.0",
|
|
"pump": "^1.0.1",
|
|
"single-line-log": "^1.0.1",
|
|
"split2": "^2.0.1",
|
|
"through2": "^2.0.1",
|
|
"which": "^1.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"deep-diff": "^0.3.3",
|
|
"standard": "^6.0.7"
|
|
},
|
|
"browserify-shim": {}
|
|
}
|