adding initial fast-api

This commit is contained in:
2020-02-17 02:37:02 +00:00
commit 584d6bcc26
1975 changed files with 424591 additions and 0 deletions

19
fast-api/package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "fast-api",
"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": {
"bootswatch": "^4.4.1",
"jq-fakeloader": "^2.0.1"
}
}