Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..849e13a
--- /dev/null
+++ b/package.json
@@ -0,0 +1,44 @@
+{
+ "name": "sodium",
+ "version": "1.0.0",
+ "description": "no description",
+ "main": "index.html",
+ "scripts": {
+ "start": "node ./bin/www",
+ "build-css": "node-sass --output-style compressed --include-path scss scss/bootstrap.scss static/css/style.css",
+ "watch-css": "nodemon -e scss -x \"npm run build-css\""
+ },
+ "dependencies": {
+ "bcryptjs": "^2.4.3",
+ "body-parser": "~1.18.2",
+ "cookie-parser": "~1.4.3",
+ "crypto": "^1.0.1",
+ "debug": "~2.6.9",
+ "express": "~4.15.5",
+ "express-session": "^1.15.6",
+ "install": "^0.11.0",
+ "jsonwebtoken": "^8.1.1",
+ "mailgun-js": "^0.14.2",
+ "moment": "^2.20.1",
+ "mongoose": "^4.13.7",
+ "morgan": "~1.9.0",
+ "multer": "^1.3.0",
+ "node-sass": "^4.7.2",
+ "node-slack": "0.0.7",
+ "npm": "^5.8.0",
+ "passport": "^0.4.0",
+ "passport-facebook": "^2.1.1",
+ "passport-github": "^1.1.0",
+ "passport-google-oauth": "^1.0.0",
+ "passport-google-oauth2": "^0.1.6",
+ "passport-twitter": "^1.0.4",
+ "pug": "2.0.0-beta11",
+ "request": "^2.83.0",
+ "serve-favicon": "~2.4.5",
+ "sha256": "^0.2.0",
+ "sitemap-generator": "^8.0.0",
+ "striptags": "^3.1.1"
+ },
+ "author": "Arvind",
+ "license": "ISC"
+}