mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
31 lines
923 B
JSON
31 lines
923 B
JSON
{
|
|
"name": "non-layered-tidy-tree-layout",
|
|
"version": "2.0.2",
|
|
"description": "Draw non-layered tidy trees in linear time",
|
|
"main": "dist/non-layered-tidy-tree-layout.js",
|
|
"module": "src/index.js",
|
|
"repository": "https://github.com/stetrevor/non-layered-tidy-tree-layout.git",
|
|
"author": "Michael Wong",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.3",
|
|
"@babel/preset-env": "^7.6.3",
|
|
"@webpack-cli/init": "^0.2.2",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-jest": "^24.9.0",
|
|
"babel-loader": "^8.0.6",
|
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-config-recommended": "^4.0.0",
|
|
"eslint-loader": "^3.0.2",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"jest": "^24.9.0",
|
|
"webpack": "^4.41.0",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-server": "^3.8.2"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"test": "jest test"
|
|
}
|
|
}
|