Skip to content

Commit

Permalink
Merge pull request #20 from telefonicaid/task/preparation-for-the-1.1…
Browse files Browse the repository at this point in the history
….0-release

Preparation for the 1.1.0 release
  • Loading branch information
AlvaroVega committed Dec 2, 2016
2 parents 9fe4342 + da4cf1a commit 69e34ee
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "fiware-device-simulator",
"description": "Simulator of FIWARE-compatible devices",
"version": "1.0.0-next",
"version": "1.1.0",
"licence": "AGPL-3.0",
"homepage": "https://github.com/gtorodelvalle/fiware-device-simulator",
"author": {
"name": "Germán Toro del Valle",
Expand All @@ -22,28 +23,28 @@
"test": "grunt test"
},
"devDependencies": {
"chai": "~1.8.0",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-dox": "~0.5.0",
"grunt-exec": "~0.4.0",
"grunt-githooks": "~0.3.1",
"grunt-github-pages": "~0.0.3",
"grunt-gjslint": "~0.1.0",
"grunt-mkdir": "~0.1.1",
"grunt-mocha-test": "~0.7.0",
"grunt-plato": "~0.2.0",
"istanbul": "~0.3.2",
"mocha": "~1.13.0",
"chai": "^3.5.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-dox": "^0.5.0",
"grunt-exec": "^1.0.0",
"grunt-githooks": "^0.6.0",
"grunt-github-pages": "^0.0.4",
"grunt-gjslint": "^0.2.1",
"grunt-mkdir": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-plato": "^1.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"nock": "^8.0.0",
"proxyquire": "0.5.1",
"proxyquire": "1.7.10",
"should": "^10.0.0",
"sinon": "^1.7.3",
"sinon-chai": "2.4.0"
"sinon": "^1.17.6",
"sinon-chai": "2.8.0"
},
"keywords": [],
"keywords": ["fiware", "simulation", "device", "context", "data"],
"dependencies": {
"app-root-path": "^1.3.0",
"async": "^2.0.1",
Expand Down

0 comments on commit 69e34ee

Please sign in to comment.