indico-plugins/piwik/package.json
2018-05-16 14:43:18 +02:00

23 lines
567 B
JSON

{
"name": "indico-plugin-piwik",
"version": "1.0.0",
"description": "",
"main": "indico_piwik/client/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indico/indico-plugins.git"
},
"author": "Indico Team <indico.team@cern.ch>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/indico/indico-plugins/issues"
},
"homepage": "https://github.com/indico/indico-plugins#readme",
"dependencies": {
"jqtree": "^1.4.4"
}
}