Add example site
This commit is contained in:
15
code/js/package.json
Normal file
15
code/js/package.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user