Skip to content

Commit

Permalink
add contributors, including AUTHORS.md, and other package.json tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Apr 3, 2017
1 parent 88c7ed8 commit 355120a
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
15 changes: 15 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
StorylineJS is a collaborative project operated out of [Northwestern University Knight Lab](https://knightlab.northwestern.edu).

Primary development of the Javascript library is by:
* [Divya Sasidharan](https://github.com/shortdiv)
* [Zach Wise](https://github.com/zachwise)
* [Joe Germuska](https://github.com/JoeGermuska)
* [Emily Withrow](https://github.com/emilywithrow)

Design research and prototyping by:
* Rudy DeBerry
* Virginia Van Keuren
* Joshua Rosenblat
* Lauren Dolowich

We welcome input and potentially contributions from our community, but we encourage you to open a conversation on GitHub before investing a lot of energy in new features or other changes.
29 changes: 26 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "storyline",
"version": "1.0.0",
"version": "0.0.9",
"description": "Storyline is a tool for journalists to provide narrative context to readable line charts in a form which is optimized for the mobile user experience.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/NUKnightLab/storyline.git"
},
"author": "Divya Sasidharan",
"author": "Northwestern University Knight Lab",
"license": "ISC",
"bugs": {
"url": "https://github.com/NUKnightLab/storyline/issues"
Expand All @@ -26,6 +26,7 @@
"adm-zip": "^0.4.7",
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"banner": "0.0.5",
"chai-as-promised": "^6.0.0",
"chokidar": "^1.6.0",
"cssmin": "^0.4.3",
Expand Down Expand Up @@ -67,5 +68,27 @@
"test": "mocha --compilers js:babel-core/register --require babel-polyfill './test/*-test.js'",
"stage": "npm run clean && npm run dist && node tasks/stage.js",
"stage_latest": "npm run clean && npm run dist && node tasks/stage.js latest"
}
},
"contributors": [
{
"name": "Divya Sasidharan",
"email": "[email protected]",
"url": "https://github.com/shortdiv"
},
{
"name": "Zach Wise",
"email": "[email protected]",
"url": "https://github.com/zachwise"
},
{
"name": "Joe Germuska",
"email": "[email protected]",
"url": "https://github.com/JoeGermuska"
},
{
"name": "Emily Withrow",
"email": "[email protected]",
"url": "https://github.com/emilywithrow"
}
]
}

0 comments on commit 355120a

Please sign in to comment.