|
295 | 295 | "_mocha": "./bin/_mocha"
|
296 | 296 | },
|
297 | 297 | "engines": {
|
298 |
| - "node": ">= 0.10.x", |
299 |
| - "npm": ">= 1.4.x" |
| 298 | + "node": ">= 4.0.0", |
| 299 | + "npm": ">= 2.14.2" |
300 | 300 | },
|
301 | 301 | "scripts": {
|
302 | 302 | "lint": "eslint . bin/*",
|
|
307 | 307 | "dependencies": {
|
308 | 308 | "browser-stdout": "1.3.0",
|
309 | 309 | "commander": "2.9.0",
|
310 |
| - "debug": "2.6.8", |
| 310 | + "debug": "2.6.9", |
311 | 311 | "diff": "3.2.0",
|
312 | 312 | "escape-string-regexp": "1.0.5",
|
313 | 313 | "glob": "7.1.1",
|
314 |
| - "growl": "1.9.2", |
| 314 | + "growl": "1.10.2", |
315 | 315 | "he": "1.1.1",
|
316 | 316 | "json3": "3.3.2",
|
317 | 317 | "lodash.create": "3.1.1",
|
|
325 | 325 | "coffee-script": "^1.10.0",
|
326 | 326 | "coveralls": "^2.11.15",
|
327 | 327 | "cross-spawn": "^5.1.0",
|
328 |
| - "eslint": "^3.11.1", |
329 |
| - "eslint-config-semistandard": "^7.0.0", |
330 |
| - "eslint-config-standard": "^6.2.1", |
| 328 | + "eslint": "^4.7.2", |
| 329 | + "eslint-config-semistandard": "^11.0.0", |
| 330 | + "eslint-config-standard": "^10.2.1", |
| 331 | + "eslint-plugin-import": "^2.7.0", |
| 332 | + "eslint-plugin-node": "^5.1.1", |
331 | 333 | "eslint-plugin-promise": "^3.4.0",
|
332 |
| - "eslint-plugin-standard": "2.0.1", |
| 334 | + "eslint-plugin-standard": "^3.0.1", |
333 | 335 | "expect.js": "^0.3.1",
|
334 | 336 | "karma": "1.3.0",
|
335 | 337 | "karma-browserify": "^5.0.5",
|
336 | 338 | "karma-chrome-launcher": "^2.0.0",
|
337 | 339 | "karma-expect": "^1.1.2",
|
338 | 340 | "karma-mocha": "^1.3.0",
|
339 | 341 | "karma-phantomjs-launcher": "0.2.3",
|
340 |
| - "karma-spec-reporter": "0.0.26", |
| 342 | + "karma-spec-reporter": "0.0.31", |
341 | 343 | "nyc": "^11.2.1",
|
342 | 344 | "os-name": "^2.0.1",
|
343 | 345 | "phantomjs": "1.9.8",
|
344 | 346 | "readable-stream": "2.2.11",
|
345 | 347 | "rimraf": "^2.5.2",
|
346 |
| - "should": "^9.0.2", |
| 348 | + "should": "^13.1.0", |
347 | 349 | "through2": "^2.0.1",
|
348 | 350 | "watchify": "^3.7.0"
|
349 | 351 | },
|
|
359 | 361 | "bower.json"
|
360 | 362 | ],
|
361 | 363 | "browser": {
|
362 |
| - "debug": "./lib/browser/debug.js", |
363 |
| - "events": "./lib/browser/events.js", |
| 364 | + "growl": "./lib/browser/growl.js", |
364 | 365 | "tty": "./lib/browser/tty.js",
|
365 | 366 | "./index.js": "./browser-entry.js",
|
366 | 367 | "fs": false,
|
|
0 commit comments