0x/package.json
davidmarkclements 300085e2ab 3.3.1
2018-03-24 15:02:15 +01:00

52 lines
1.2 KiB
JSON

{
"name": "0x",
"version": "3.3.1",
"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": "^11.6.2",
"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": {}
}