Created
December 2, 2014 23:36
-
-
Save mlehner616/a7fda5cbbb54994bcf14 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"dependencies": { | |
"libxmljs": "^0.12.0", | |
"pg": "^3.6.2", | |
"sequelize": "^2.0.0-rc2", | |
"sequelize-cli": "^0.3.3" | |
}, | |
"devDependencies": { | |
"gulp": "^3.8.8", | |
"gulp-nodemon": "^1.0.4", | |
"gulp-spawn-mocha": "^0.5.1", | |
"mocha": ">= 2.0.1" | |
}, | |
"engines": { | |
"node": ">= 0.11.14" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment