Add example site

This commit is contained in:
Joseph Kato
2020-01-22 22:03:16 -08:00
parent e5a08ce1a8
commit 552a970ef5
17 changed files with 1178 additions and 0 deletions

15
code/js/package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "js-markdata",
"version": "1.0.0",
"description": "An example of using Markdata with JavaScript",
"main": "test.js",
"dependencies": {},
"devDependencies": {
"mocha": "^7.0.0"
},
"scripts": {
"test": "mocha"
},
"author": "",
"license": "ISC"
}