0x/package.json
davidmarkclements 54deb412f1 3.0.2
2018-01-22 16:16:23 +00:00

52 lines
1.2 KiB
JSON

{
"name": "0x",
"version": "3.0.2",
"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",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/davidmarkclements/0x/issues"
},
"homepage": "https://github.com/davidmarkclements/0x#readme",
"dependencies": {
"ajv": "^6.0.1",
"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": "^8.0.4",
"minimist": "^1.2.0",
"multistream": "^2.1.0",
"once": "^1.4.0",
"opn": "^5.2.0",
"perf-sym": "^2.0.0",
"pump": "^1.0.1",
"pumpify": "^1.4.0",
"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": {}
}