Finalize package.json for sls-1.0.0

This commit is contained in:
Raymond Feng 2013-09-10 12:19:20 -07:00
parent a977fe1fba
commit 211f8a9ade
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"description": "ORM for every database: redis, mysql, neo4j, mongodb, couchdb, postgres, sqlite",
"description": "LoopBack datasoure juggler",
"version": "1.0.0",
"repository": {
"type": "git",
@ -20,7 +20,7 @@
"devDependencies": {
"blanket": "~1.1.5",
"should": "~1.2.2",
"mocha": "~1.8.2"
"mocha": "~1.12.1"
},
"dependencies": {
"async": "~0.2.9",
@ -28,4 +28,4 @@
"traverse": "~0.6.5"
},
"license": "MIT"
}
}