Bump version and update deps

This commit is contained in:
Raymond Feng 2014-07-14 13:48:40 -07:00
parent cd873e9ce1
commit aa36e1cc81
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-explorer", "name": "loopback-explorer",
"version": "1.1.1", "version": "1.2.0",
"description": "Browse and test your LoopBack app's APIs", "description": "Browse and test your LoopBack app's APIs",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -22,17 +22,17 @@
}, },
"devDependencies": { "devDependencies": {
"loopback": "1.x", "loopback": "1.x",
"mocha": "~1.14.0", "mocha": "~1.20.1",
"supertest": "~0.8.1", "supertest": "~0.13.0",
"chai": "~1.8.1" "chai": "~1.9.1"
}, },
"license": { "license": {
"name": "Dual MIT/StrongLoop", "name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE" "url": "https://github.com/strongloop/loopback-explorer/blob/master/LICENSE"
}, },
"dependencies": { "dependencies": {
"swagger-ui": "~2.0.17", "swagger-ui": "~2.0.18",
"debug": "~1.0.2", "debug": "~1.0.3",
"lodash.clonedeep": "^2.4.1", "lodash.clonedeep": "^2.4.1",
"lodash.defaults": "^2.4.1", "lodash.defaults": "^2.4.1",
"express": "3.x" "express": "3.x"