Skip to content

Commit

Permalink
release(1.0.10): Bug fixes and findOrCreate()
Browse files Browse the repository at this point in the history
  • Loading branch information
pilsy committed Aug 12, 2014
1 parent 4cc3698 commit 0ce838a
Showing 1 changed file with 57 additions and 49 deletions.
106 changes: 57 additions & 49 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,72 +1,80 @@
{
"private": true,
"name": "node-seed",
"description": "Cleverstack Node-Seed",
"version": "1.0.9",
"main": "app.js",
"private": true,
"name": "node-seed",
"description": "Cleverstack Node-Seed",
"version": "1.0.10",
"main": "app.js",
"author": {
"name": "CleverStack",
"email": "[email protected]",
"web": "http://cleverstack.io"
"name": "CleverStack",
"email": "[email protected]",
"web": "http://cleverstack.io"
},
"collaborators": [
"Richard Gustin <[email protected]>",
"Daniel Young <[email protected]>",
"Leandro Ostera <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/CleverStack/node-seed.git"
"type": "git",
"url": "https://github.com/CleverStack/node-seed.git"
},
"bugs": {
"url": "https://github.com/CleverStack/node-seed/issues"
"url": "https://github.com/CleverStack/node-seed/issues"
},
"keywords": [
"cleverstack",
"cleverstack-backend",
"framework",
"seed"
"seed",
"restful",
"api",
"restful api",
"orm",
"odm"
],
"license": "BSD-2-Clause",
"license": "BSD-2-Clause",
"dependencies": {
"async": "~0.9.0",
"bluebird": "~2.1.3",
"chalk": "~0.4.0",
"clever-controller": "~1.1.5",
"clever-injector": "~1.0.0",
"cors": "~2.3.1",
"debug": "~1.0.2",
"deepmerge": "~0.2.7",
"express": "~3.4.7",
"i": "~0.3.2",
"matchdep": "~0.3.0",
"nconf": "~0.6.9",
"uberclass": "~1.0.1",
"underscore": "~1.6.0",
"validator": "~3.16.0"
"clever-injector": "~1.0.0",
"clever-controller": "~1.1.6",
"express": "~3.4.7",
"underscore": "~1.6.0",
"uberclass": "~1.0.1",
"validator": "~3.16.0",
"bluebird": "~2.1.3",
"matchdep": "~0.3.0",
"async": "~0.9.0",
"i": "~0.3.2",
"nconf": "~0.6.9",
"deepmerge": "~0.2.7",
"cors": "~2.3.1",
"debug": "~1.0.2",
"chalk": "~0.4.0"
},
"devDependencies": {
"chai": "~1.9.1",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-connect":"~0.3.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": "~0.4.2",
"grunt-mocha-test": "~0.11.0",
"grunt-nodemon": "~0.2.1",
"karma": "~0.12.16",
"matchdep": "~0.3.0",
"mocha": "~1.20.1",
"ncp": "~0.5.1",
"rimraf": "~2.2.8",
"should": "~4.0.4",
"sinon": "~1.10.2",
"supertest": "~0.13.0"
"grunt-contrib-watch": "~0.6.1",
"grunt-concurrent": "~0.5.0",
"grunt-mocha-test": "~0.11.0",
"grunt-nodemon": "~0.2.1",
"grunt-exec": "~0.4.2",
"matchdep": "~0.3.0",
"karma": "~0.12.16",
"mocha": "~1.20.1",
"ncp": "~0.5.1",
"rimraf": "~2.2.8",
"should": "~4.0.4",
"chai": "~1.9.1",
"sinon": "~1.10.2",
"supertest": "~0.13.0"
},
"scripts": {
"start": "grunt",
"setup": "npm i; grunt db;",
"test": "grunt test --verbose"
"start": "grunt",
"setup": "npm i; grunt db;",
"test": "grunt test --verbose"
},
"bundledDependencies": []
}
"bundledDependencies": [

]
}

0 comments on commit 0ce838a

Please sign in to comment.