Skip to content

Commit e4d8186

Browse files
committed
add composer.json
1 parent fe395be commit e4d8186

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "getdkan/socrata_harvest",
3+
"description": "Optional DKAN module to harvest from Socrata catalogs.",
4+
"type": "drupal-module",
5+
"license": "GPL-2.0-or-later",
6+
"authors": [
7+
{
8+
"name": "Janette Day",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"require": {}
13+
}

0 commit comments

Comments
 (0)