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

package.json - github.com/uicardiodev/hugo-sodium-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 849e13a9626f37074cf4ccbfdadb973c45123c4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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"
}