24 lines
553 B
JSON
24 lines
553 B
JSON
{
|
|
"name": "cm-comment",
|
|
"version": "1.0.0",
|
|
"description": "Crossmap Commenting System",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"crypto": "^1.0.1",
|
|
"dateformat": "^3.0.3",
|
|
"express": "^4.17.1",
|
|
"express-logging": "^1.1.1",
|
|
"jsdom": "^15.1.1",
|
|
"logops": "^2.1.1",
|
|
"node-cron": "^2.0.3",
|
|
"node-fetch": "^2.6.0"
|
|
}
|
|
}
|