mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
18 lines
397 B
JSON
18 lines
397 B
JSON
{
|
|
"name": "lkmc-nodejs",
|
|
"version": "1.0.0",
|
|
"description": "https://cirosantilli.com/linux-kernel-module-cheat#node-js",
|
|
"main": "alphanumeric.js",
|
|
"dependencies": {
|
|
"pg": "^8.5.1",
|
|
"pg-hstore": "^2.3.3",
|
|
"sequelize": "^6.5.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "GPLv3"
|
|
}
|