[M] Move non-course-related files to misc

This commit is contained in:
Hykilpikonna
2021-12-22 01:03:28 -05:00
parent 12b83a05dd
commit f1e4cd9488
24 changed files with 1 additions and 1 deletions
@@ -0,0 +1,22 @@
{
"name": "anichart-template",
"version": "1.0.1",
"description": "Starter of anichart.js.",
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html"
},
"dependencies": {
"anichart": "2.3.1-alpha",
"serve-static": "^1.14.1"
},
"devDependencies": {
"parcel": "^2.0.0-rc.0",
"typescript": "^4.3.5"
},
"keywords": [
"chart",
"data",
"anichart"
]
}