diff options
author | gumi <git@gumi.ca> | 2019-07-25 16:09:05 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2019-07-25 16:09:05 -0400 |
commit | 7724c1bb289c2ef50aaff289be218c015502df2a (patch) | |
tree | 35440fa32a7f8aea06b6ce0355a0d40977dfab94 | |
parent | 347923104c1c241b9bbbcf19b32a252ef4fea77d (diff) | |
download | website-7724c1bb289c2ef50aaff289be218c015502df2a.tar.gz website-7724c1bb289c2ef50aaff289be218c015502df2a.tar.bz2 website-7724c1bb289c2ef50aaff289be218c015502df2a.tar.xz website-7724c1bb289c2ef50aaff289be218c015502df2a.zip |
update acknowledgements
-rw-r--r-- | ACKNOWLEDGMENTS.md | 29 |
1 files changed, 20 insertions, 9 deletions
diff --git a/ACKNOWLEDGMENTS.md b/ACKNOWLEDGMENTS.md index 4512bef..1bb9926 100644 --- a/ACKNOWLEDGMENTS.md +++ b/ACKNOWLEDGMENTS.md @@ -1,9 +1,20 @@ -TODO: -typescript -nodejs -npm -vue -vue-cli -postcss -chai -mocha +This website is built with the following third-party projects: + +- [TypeScript] (Microsoft) +- [Node.js] (Node.js Foundation, Joyent) + - [npm] (npm Inc.) +- [Vue.js] (Evan You) + - [Vue CLI] (Evan You) +- [PostCSS] (Evil Martians) +- [Chai.js] (Jake Luer) +- [Mocha] + + +[TypeScript]: http://www.typescriptlang.org/ +[Node.js]: https://nodejs.org/ +[npm]: https://www.npmjs.com/ +[Vue.js]: https://vuejs.org/ +[Vue CLI]: https://cli.vuejs.org/ +[PostCSS]: https://postcss.org/ +[Chai.js]: https://www.chaijs.com/ +[Mocha]: https://mochajs.org/ |