Skip to content

Commit

Permalink
Added package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Jan 7, 2018
1 parent f17e369 commit 7f16459
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion composer.json
@@ -1,10 +1,19 @@
{
"name": "daniel-km/omeka-s-module-group",
"description": "Module for Omeka S to set groups to users and resources, so their visibility can be managed in a more flexible way.",
"license": "CECILL-2.1",
"authors": [
{
"name": "Daniel Berthereau",
"email": "Daniel.github@Berthereau.net"
}
],
"require-dev": {
"biblibre/omeka-s-test-helper": "dev-master"
},
"autoload-dev": {
"psr-4": {
"GroupUserTest\\": "test/GroupTest/"
"GroupTest\\": "test/GroupTest/"
}
}
}

0 comments on commit 7f16459

Please sign in to comment.