Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 513948
Collapse All | Expand All

(-)a/modules/orionode/package.json (-14 / +13 lines)
Lines 41-49 Link Here
41
    "rimraf": "~2.2.6",
41
    "rimraf": "~2.2.6",
42
    "semver": "^5.3.0",
42
    "semver": "^5.3.0",
43
    "socket.io": "~1.4.8",
43
    "socket.io": "~1.4.8",
44
    "xterm": "^2.3.2",
45
    "tiny-worker": "^1.1.4",
44
    "tiny-worker": "^1.1.4",
46
    "unzip2": "^0.2.5",
45
    "unzip2": "^0.2.5",
46
    "xterm": "^2.3.2",
47
    "yaml-ast-parser": "0.0.28"
47
    "yaml-ast-parser": "0.0.28"
48
  },
48
  },
49
  "experimentalDependencies": {
49
  "experimentalDependencies": {
Lines 51-70 Link Here
51
  },
51
  },
52
  "devDependencies": {
52
  "devDependencies": {
53
    "chai": "^3.5.0",
53
    "chai": "^3.5.0",
54
    "electron": "^1.4.10",
54
    "electron": "1.4.10",
55
    "grunt": "~0.4.5",
55
    "grunt": "^1.0.1",
56
    "grunt-cli": "~0.1.13",
56
    "grunt-cli": "^1.2.0",
57
    "grunt-contrib-clean": "~0.5.0",
57
    "grunt-contrib-clean": "^1.0.0",
58
    "grunt-contrib-copy": "~0.5.0",
58
    "grunt-contrib-copy": "^1.0.0",
59
    "grunt-contrib-requirejs": "~0.4.3",
59
    "grunt-contrib-requirejs": "^1.0.0",
60
    "grunt-simple-mocha": "~0.4.0",
60
    "grunt-simple-mocha": "^0.4.1",
61
    "grunt-string-replace": "~0.2.7",
61
    "grunt-string-replace": "^1.3.1",
62
    "mocha": "~2.4.5",
62
    "mocha": "^3.2.0",
63
    "nodemon": "^1.8.1",
63
    "nodemon": "^1.11.0",
64
    "requirejs": "~2.1.14",
64
    "requirejs": "^2.3.3",
65
    "superagent": "^1.7.2",
65
    "superagent": "^1.7.2",
66
    "supertest": "^1.2.0",
66
    "supertest": "^3.0.0"
67
    "supertest-as-promised": "^3.0.0"
68
  },
67
  },
69
  "engines": {
68
  "engines": {
70
    "node": "^4.0.0"
69
    "node": "^4.0.0"

Return to bug 513948