coz/viewer/package.json

24 lines
575 B
JSON
Raw Normal View History

{
"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": {
2019-08-18 18:52:41 +03:00
"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"
}
2019-08-18 19:11:16 +03:00
}