1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-13 11:15:57 +00:00
Files
homebrewery/package.json

29 lines
640 B
JSON

{
"name": "naturalCrit",
"description": "A super rad project!",
"version": "0.0.0",
"scripts": {
"postinstall": "gulp prod",
"start": "node server.js"
},
"author": "",
"license": "BSD-2-Clause",
"dependencies": {
"app-module-path": "^1.0.4",
"classnames": "^2.2.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"jsoneditor": "^4.2.1",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"mongoose": "^4.3.3",
"pico-flux": "^1.1.0",
"pico-router": "^1.0.0",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"shortid": "^2.2.4",
"superagent": "^1.6.1",
"vitreum": "^3.1.1"
}
}