Skip to content

Instantly share code, notes, and snippets.

@jneen
Created August 21, 2010 17:57
Show Gist options
  • Save jneen/542642 to your computer and use it in GitHub Desktop.
Save jneen/542642 to your computer and use it in GitHub Desktop.
{
"name": "sequelize",
"description": "MySQL ORM for Node.JS",
"version": "0.2.4",
"author": "Sascha Depold <sascha-github@depold.com>",
"contributors": [
{ "name": "Sascha Depold", "email": "sascha-github@depold.com" }
],
"dependencies": {},
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "src/Sequelize.js",
"scripts": {},
"bin": {},
"engines": { "node": ">= 0.1.93" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment