MariaDB database plugin for student-queue
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"contributors": [
|
|
"Michael Bryant <shadow53@shadow53.com>"
|
|
],
|
|
"dependencies": {
|
|
"mariasql": "0.2.x",
|
|
"promise": "7.1.x"
|
|
},
|
|
"description": "MySQL-compatible plugin for my student-queue program",
|
|
"installable": true,
|
|
"maintainers": [
|
|
"Shadow53 <shadow53@shadow53.com>"
|
|
],
|
|
"name": "student-queue-mariadb-plugin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/Shadow53/student-queue-mariadb-plugin.git"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url":
|
|
"https://github.com/Shadow53/student-queue-mariadb-plugin/issues"
|
|
},
|
|
"homepage":
|
|
"https://github.com/Shadow53/student-queue-mariadb-plugin#readme",
|
|
"version": "0.1.12",
|
|
"main": "mariadb.js",
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"student-queue",
|
|
"mysql",
|
|
"mariadb",
|
|
"mariasql"
|
|
],
|
|
"author": "Shadow53"
|
|
}
|