mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-25 08:46:11 +00:00
28 lines
764 B
JSON
28 lines
764 B
JSON
{
|
|
"name": "dash-visualizer",
|
|
"version": "0.2.0",
|
|
"description": "Dash transaction visualizer",
|
|
"main": "app.js",
|
|
"repository": "git@github.com:seigler/dash-visualizer.git",
|
|
"author": "Joshua Seigler <github@joshua.seigler.net>",
|
|
"license": "MIT",
|
|
"private": false,
|
|
"dependencies": {
|
|
"bufferutil": "^4.0.1",
|
|
"color-scheme": "^1.0.1",
|
|
"socket.io": "^2.3.0",
|
|
"utf-8-validate": "^5.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-brunch": "^7.0.1",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"brunch": "^3.0.0",
|
|
"git-directory-deploy": "^1.5.1"
|
|
},
|
|
"scripts": {
|
|
"watch": "brunch watch -s",
|
|
"build": "brunch build",
|
|
"deploy": "npm run build && git-directory-deploy --directory public/"
|
|
}
|
|
}
|