Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Update nodejs modules json package
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Bottazzini <bruno.bottazzini@intel.com>
  • Loading branch information
Bruno Bottazzini committed Sep 15, 2015
1 parent a18dde3 commit c3a07bc
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"description": "Soletta Development Application provides a web-based environment where developers can write, visualize, modify, run, test and debug their Soletta FBP programs. The Soletta Development Application is supposed to run on your target board and it then exposes the development environment through a web server application based on node.js.",
"main": "index.js",
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.4",
"debug": "~2.2.0",
"ejs": "~2.3.1",
"express": "~4.12.3",
"morgan": "~1.5.3",
"body-parser": "^1.12.4",
"cookie-parser": "^1.3.5",
"debug": "^2.2.0",
"ejs": "^2.3.4",
"express": "^4.12.4",
"express-session": "^1.11.3",
"http": "0.0.0",
"openurl": "~1.1.0",
"hyperwatch": "~0.5.4",
"line-reader": "~0.2.4",
"octonode": "~0.7.1",
"express-session": "^1.10.1",
"hyperwatch": "^0.5.4",
"line-reader": "^0.2.4",
"morgan": "^1.5.3",
"node-uuid": "^1.4.3",
"session-file-store": "^0.0.18"
"octonode": "^0.7.1",
"openurl": "^1.1.0",
"session-file-store": "0.0.20"
},
"scripts": {
"test":"protractor protractor.config.js"
"test": "protractor protractor.config.js"
},
"keywords": [
"soletta",
Expand Down

0 comments on commit c3a07bc

Please sign in to comment.