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.
21 lines
532 B
21 lines
532 B
4 years ago
|
{
|
||
|
"name": "qadigger",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Tampermonkey script and Node.js Express server to gather questions and answers for later analysis, hobby project",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "node index",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "Raidok",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"body-parser": "^1.15.2",
|
||
|
"cors": "^2.8.1",
|
||
|
"escape-html": "^1.0.3",
|
||
|
"express": "^4.14.0",
|
||
|
"pug": "^2.0.0-beta6",
|
||
|
"sqlite3": "^3.1.8"
|
||
|
}
|
||
|
}
|