mirror of
https://github.com/plasma-umass/coz.git
synced 2024-11-04 23:19:59 +03:00
24 lines
575 B
JSON
24 lines
575 B
JSON
{
|
|
"name": "coz",
|
|
"version": "1.0.0",
|
|
"description": "Displays results from a causal profile.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/plasma-umass/coz"
|
|
},
|
|
"scripts": {
|
|
"prepare": "tsc --rootDir ts --outDir js"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/plasma-umass/coz/issues"
|
|
},
|
|
"homepage": "https://github.com/plasma-umass/coz#readme",
|
|
"devDependencies": {
|
|
"@types/bootstrap": "^3.3.32",
|
|
"@types/d3": "^3.5.36",
|
|
"@types/jquery": "^2.0.33",
|
|
"typescript": "^3.5.3"
|
|
}
|
|
}
|