不要怂,就是干,撸起袖子干!

Commit 179af06b by sdepold

added MIT license + added 0.4-0.6 support

1 parent 3ad514d5
Showing with 15 additions and 10 deletions
...@@ -7,20 +7,25 @@ ...@@ -7,20 +7,25 @@
{ "name": "Sascha Depold", "email": "sascha@depold.com" } { "name": "Sascha Depold", "email": "sascha@depold.com" }
], ],
"dependencies": { "dependencies": {
"mysql": "=0.9.4", "mysql": "0.9.x",
"underscore": "=1.2.1", "underscore": "1.2.x",
"underscore.string": "=2.0.0", "underscore.string": "2.0.x",
"lingo": "=0.0.4", "lingo": "0.0.x",
"validator": "=0.3.5", "validator": "0.3.x",
"moment": "=1.1.1" "moment": "1.1.x"
}, },
"devDependencies": { "devDependencies": {
"jasmine-node": "=1.0.13", "jasmine-node": "1.0.x",
"sqlite3": "2.1.x | 2.0.x" "sqlite3": "2.0.x | 2.1.x"
}, },
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"], "keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index", "main": "index",
"scripts": {}, "scripts": {},
"bin": "bin/sequelize", "bin": {
"engines": { "node": ">= 0.4.0" } "sequelize": "bin/sequelize"
},
"engines": {
"node": "0.4.x | 0.5.x | 0.6.x"
},
"license": "MIT"
} }
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!