add api-datadisplay

This commit is contained in:
2020-02-19 02:00:32 +00:00
parent cd7d9f3a08
commit e5d04fe694
13 changed files with 667 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "api-datadisplay",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"bootstrap": "^4.4.1",
"bootswatch": "^4.4.1",
"fakeloader": "^1.0.0",
"jq-fakeloader": "^2.0.1",
"jquery": "^3.4.1"
}
}