Merged core back into main project
Showing
client/scss/base/base.scss
0 → 100644
client/scss/base/colors.scss
0 → 100644
client/scss/base/fonts.scss
0 → 100644
This diff is collapsed.
Click to expand it.
client/scss/base/mixins.scss
0 → 100644
client/scss/base/reset.scss
0 → 100644
This diff is collapsed.
Click to expand it.
libs/auth.js
0 → 100644
libs/config.js
0 → 100644
libs/rights.js
0 → 100644
... | ... | @@ -73,7 +73,7 @@ |
"i18next-node-fs-backend": "^0.1.3", | ||
"image-size": "^0.5.1", | ||
"jimp": "github:ngpixel/jimp", | ||
"js-yaml": "^3.8.1", | ||
"js-yaml": "^3.8.2", | ||
"klaw": "^1.3.1", | ||
"levelup": "^1.3.5", | ||
"lodash": "^4.17.3", | ||
... | ... | @@ -95,13 +95,18 @@ |
"multer": "^1.2.1", | ||
"ora": "^1.2.0", | ||
"passport": "^0.3.2", | ||
"passport-facebook": "^2.1.1", | ||
"passport-github2": "^0.1.10", | ||
"passport-google-oauth20": "^1.0.0", | ||
"passport-ldapauth": "^1.0.0", | ||
"passport-local": "^1.0.0", | ||
"passport-slack": "0.0.7", | ||
"passport-windowslive": "^1.0.2", | ||
"passport.socketio": "^3.7.0", | ||
"pm2": "^2.4.3", | ||
"pug": "^2.0.0-beta11", | ||
"read-chunk": "^2.0.0", | ||
"remove-markdown": "^0.1.0", | ||
"requarks-core": "^0.2.2", | ||
"request": "^2.81.0", | ||
"search-index-adder": "github:ngpixel/search-index-adder", | ||
"search-index-searcher": "github:ngpixel/search-index-searcher", | ||
... | ... | @@ -116,7 +121,7 @@ |
"through2": "^2.0.3", | ||
"validator": "^7.0.0", | ||
"validator-as-promised": "^1.0.2", | ||
"winston": "^2.3.0" | ||
"winston": "^2.3.1" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "latest", | ||
... | ... | @@ -165,7 +170,6 @@ |
"winston", | ||
"ws", | ||
"Mongoose", | ||
"CORE_PATH", | ||
"ROOTPATH", | ||
"IS_DEBUG", | ||
"PROCNAME", | ||
... | ... |
Please
register
or
sign in
to comment