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

Commit 47056077 by Sascha Depold

require jasmine for dev

1 parent 2269c88e
Showing with 5 additions and 3 deletions
......@@ -3,7 +3,7 @@
"description": "MySQL ORM for Node.JS",
"version": "1.1.2",
"author": "Sascha Depold <sascha@depold.com>",
"contributors": [
"contributors": [
{ "name": "Sascha Depold", "email": "sascha@depold.com" }
],
"dependencies": {
......@@ -12,9 +12,12 @@
"underscore.string": ">=1.1.3",
"lingo": ">=0.0.4"
},
"devDependencies": {
"jasmine-node": ">=1.0.12"
},
"keywords": ["mysql", "orm", "nodejs", "object relational mapper"],
"main": "index",
"scripts": {},
"bin": {},
"engines": { "node": ">= 0.1.93" }
}
\ No newline at end of file
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!