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.
 
 
 
 
 

32 lines
1.1 KiB

{
"name": "familyark",
"description": "FamilyARK",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"install": "cp node_modules/jquery/dist/jquery.min.js node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/datatables/media/js/jquery.dataTables.min.js node_modules/treant-js/Treant.js node_modules/treant-js/vendor/raphael.js public/js/ && cp node_modules/bootstrap/dist/css/bootstrap.min.css* node_modules/datatables/media/css/jquery.dataTables.min.css node_modules/treant-js/Treant.css public/css/ && cp -r node_modules/datatables/media/images/ public/"
},
"dependencies": {
"body-parser": "*",
"bootstrap": "*",
"compression": "*",
"connect-ensure-login": "*",
"cookie-parser": "*",
"datatables": "*",
"express": "*",
"express-session": "*",
"helmet": "*",
"jquery": "*",
"method-override": "*",
"mongoose": "*",
"morgan": "*",
"popper.js": "*",
"nodemailer": "*",
"passport": "*",
"passport-local": "*",
"request": "*",
"rotating-file-stream": "^1.4.6",
"serve-favicon": "*"
}
}