1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 05:15:56 +00:00

added missing dependencies

This commit is contained in:
Lasse Borly
2016-09-18 03:20:22 +02:00
parent 152194aba8
commit 9adf28171e

View File

@@ -1,31 +1,33 @@
{ {
"name": "homebrewery", "name": "homebrewery",
"description": "Create authentic looking D&D homebrews using only markdown", "description": "Create authentic looking D&D homebrews using only markdown",
"version": "2.3.0", "version": "2.3.0",
"scripts": { "scripts": {
"postinstall": "gulp prod", "postinstall": "gulp prod",
"start": "node server.js" "start": "node server.js"
}, },
"author": "stolksdorf", "author": "stolksdorf",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"dependencies": { "dependencies": {
"app-module-path": "^1.0.4", "app-module-path": "^1.0.4",
"basic-auth": "^1.0.3", "basic-auth": "^1.0.3",
"body-parser": "^1.14.2", "body-parser": "^1.14.2",
"classnames": "^2.2.0", "classnames": "^2.2.0",
"express": "^4.13.3", "express": "^4.13.3",
"gulp": "^3.9.0", "gulp": "^3.9.0",
"lodash": "^4.11.2", "gulp-less": "^3.1.0",
"marked": "^0.3.5", "gulp-rename": "^1.2.2",
"moment": "^2.11.0", "lodash": "^4.11.2",
"mongoose": "^4.3.3", "marked": "^0.3.5",
"pico-flux": "^1.1.0", "moment": "^2.11.0",
"pico-router": "^1.1.0", "mongoose": "^4.3.3",
"react": "^15.0.2", "pico-flux": "^1.1.0",
"react-dom": "^15.0.2", "pico-router": "^1.1.0",
"shortid": "^2.2.4", "react": "^15.0.2",
"striptags": "^2.1.1", "react-dom": "^15.0.2",
"superagent": "^1.6.1", "shortid": "^2.2.4",
"vitreum": "^3.2.1" "striptags": "^2.1.1",
} "superagent": "^1.6.1",
} "vitreum": "^3.2.1"
}
}