16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"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"
|
|
}
|