From 445e683886bb31d036559868df0636ae7d79c8fd Mon Sep 17 00:00:00 2001 From: Antony Tse Date: Sat, 22 Jul 2017 00:22:41 +0800 Subject: [PATCH] 0.0.1 --- README.md | 2 +- package.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/README.md b/README.md index 5e02bff..de6eddf 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ Website: http://coust.442.hk Facebook: https://www.facebook.com/CoUST.HK ## License -This project is licensed under the terms of the [MIT license](https://github.com/antonytse/CoUST/blob/master/LICENSE) +This project is licensed under the terms of the [MIT license](https://github.com/antonytse/coust/blob/master/LICENSE) diff --git a/package.json b/package.json new file mode 100644 index 0000000..51a90f8 --- /dev/null +++ b/package.json @@ -0,0 +1,11 @@ +{ + "name": "coust", + "version": "0.0.1", + "description": "A visualized course planner which enables you to manage timetable by drag and drop. Specialized for HKUST students.", + "author": "Antony Tse, Alan Chung", + "license": "MIT", + "bugs": { + "url": "https://github.com/antonytse/coust/issues" + }, + "homepage": "https://github.com/antonytse/coust" +}