mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-12 23:27:22 +00:00
20 lines
485 B
JSON
20 lines
485 B
JSON
{
|
|
"name": "indico-plugin-piwik",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "indico_piwik/client/index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/indico/indico-plugins.git"
|
|
},
|
|
"author": "Indico Team <indico.team@cern.ch>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/indico/indico-plugins/issues"
|
|
},
|
|
"homepage": "https://github.com/indico/indico-plugins#readme",
|
|
"dependencies": {
|
|
"jqtree": "^1.4.4"
|
|
}
|
|
}
|