Skip to content

Commit

Permalink
add package.json (#23)
Browse files Browse the repository at this point in the history
* version: v0.1.0-alpha.1
* add example specifications
* add package.json
* move attribution to Andrea Berez to contributors list
* add MAINTAINERS.md
  • Loading branch information
dwhieb authored Jan 2, 2018
1 parent b9bb26e commit 508acb2
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 3 deletions.
18 changes: 18 additions & 0 deletions MAINTAINERS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Issue Labels

Label | Color | Purpose
----------- | ------- | -------
bug | #ee0701 | Issues reporting bugs, typos, or other problems.
docs | #39a80d | Issues relating to documentation.
duplicate | #cccccc | Duplicate issues.
meta | #f7ca7e | A meta issue for tracking milestones.
question | #cc317c | For questions.
spec | #30d374 | Issues relating to one of the specifications.
tests | #e00b9c | Issues relating to tests.
tools | #20e5de | Issues relating to JavaScript tools.
website | #f99fe0 | Issues relating to the DFT website.
wontdo | #ffffff | Issues that won't be addressed or incorporated.

Currently not using:
- enhancement
- feature
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ You can also cite specific versions of the specification (if you want to refer t

To cite data from the Santa Barbara Corpus (SBC), [use the citation guidelines found here][9].

[Andrea L. Berez-Kroeker][11] helped specify the conversions between different versions of DFT.

## Issues

If you see any issues in the specifications, or have any questions, please [open an issue][7].
Expand All @@ -62,4 +60,3 @@ Please see the [license for this repository][8] to view the licenses for differe
[8]: https://github.com/digitallinguistics/DFT/blob/master/LICENSE.md
[9]: http://www.linguistics.ucsb.edu/research/santa-barbara-corpus#Citing
[10]: https://zenodo.org
[11]: http://www2.hawaii.edu/~aberez/
7 changes: 7 additions & 0 deletions example-specs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Example Data Format Specifications

* [GeoJSON](https://tools.ietf.org/html/rfc7946)
* [JSON](http://json.org)
* [JSON Schema](http://json-schema.org/latest/json-schema-validation.html)
* [Leipzig Glossing Rules](https://www.eva.mpg.de/lingua/resources/glossing-rules.php)
* [Markdown](http://spec.commonmark.org/0.28/)
36 changes: 36 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "dft",
"version": "0.1.0-alpha.1",
"description": "The specification for the Discourse Functional Transcription data format and transcription conventions",
"keywords": [
"linguistics",
"discourse",
"transcription",
"transcript",
"language",
"digital humanities",
"DFT",
"Discourse Functional Transcription"
],
"homepage": "https://github.com/digitallinguistics/DFT",
"bugs": "https://github.com/digitallinguistics/DFT/issues",
"license": "See LICENSE.md",
"contributors": [
{
"name": "John W. DuBois"
},
{
"name": "Daniel W. Hieber",
"url": "https://danielhieber.com",
"email": "dhieber@umail.ucsb.edu"
},
{
"name": "Andrea L. Berez-Kroeker"
}
],
"repository": {
"type": "git",
"url": "https://github.com/digitallinguistics/DFT.git"
},
"private": true
}

0 comments on commit 508acb2

Please sign in to comment.