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

Initial commit

This commit is contained in:
Scott Tolksdorf
2015-11-14 16:17:26 -05:00
parent 85d363a508
commit 3dee96ad38
16 changed files with 1263 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"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",
"lodash": "^3.10.1",
"react": "^0.14.2",
"react-dom": "^0.14.2",
"vitreum": "^3.1.1"
}
}