Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 0ccbc17e
authored
Jan 19, 2012
by
Meg Sharkey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverted package changes for pull request
1 parent
926b8202
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
package.json
package.json
View file @
0ccbc17
{
"name"
:
"s
q
lize"
,
"name"
:
"s
eque
lize"
,
"description"
:
"MySQL ORM for Node.JS"
,
"version"
:
"1.3.0"
,
"author"
:
"Sascha Depold <sascha@depold.com>"
,
"contributors"
:
[
{
"name"
:
"Sascha Depold"
,
"email"
:
"sascha@depold.com"
},
{
"name"
:
"Meg Sharkey"
,
"email"
:
"meg@metamx.com"
}
{
"name"
:
"Sascha Depold"
,
"email"
:
"sascha@depold.com"
}
],
"dependencies"
:
{
"mysql"
:
"0.9.x"
,
...
...
@@ -20,12 +19,14 @@
"jasmine-node"
:
"1.0.x"
,
"sqlite3"
:
">=2.0.0"
},
"keywords"
:
[],
"keywords"
:
[
"mysql"
,
"orm"
,
"nodejs"
,
"object relational mapper"
],
"main"
:
"index"
,
"scripts"
:
{},
"bin"
:
{},
"bin"
:
{
"sequelize"
:
"bin/sequelize"
},
"engines"
:
{
"node"
:
">=0.4.6"
},
"license"
:
"MIT"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment