Skip to content

Commit

Permalink
updates dependencies to latest. indexzero/ps-tree#12 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 15, 2015
1 parent 0a016c8 commit 26c7f3f
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "faster",
"version": "3.4.5",
"description": "faster way to reload your web project on all connected devices",
"version": "3.4.6",
"description": "Faster way to reload your web project on all connected devices",
"main": "index.js",
"scripts": {
"start": "node ./example/server.js",
"faster": "DEV=1 bin/faster.js",
"nocov": "./node_modules/tape/bin/tape ./test/*.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/*.js",
"coverage": "./node_modules/.bin/istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"jshint": "./node_modules/jshint/bin/jshint -c .jshintrc --exclude-path .gitignore .",
"nocov": "tape ./test/*.js",
"test": "istanbul cover tape ./test/*.js",
"coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
"jshint": "jshint -c .jshintrc --exclude-path .gitignore .",
"codeclimate": "CODECLIMATE_REPO_TOKEN=9825169f8f3a0bdf7351a71da9474c212e819bf0ea6fed60b57be83ff53e9459 ./node_modules/codeclimate-test-reporter/bin/codeclimate.js < ./coverage/lcov.info",
"spec": "node ./node_modules/tape/bin/tape ./test/*.js | node_modules/tap-spec/bin/cmd.js"
"spec": "node tape ./test/*.js | node_modules/tap-spec/bin/cmd.js"
},
"bin": {
"faster": "./bin/faster.js"
Expand All @@ -24,7 +24,11 @@
"faster",
"reload",
"and",
"testing"
"testing",
"browsers",
"connected",
"mobile",
"development"
],
"author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
"license": "ISC",
Expand All @@ -35,20 +39,20 @@
"dependencies": {
"chalk": "^1.0.0",
"listdirs": "^3.0.0",
"ps-tree": "0.0.3",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"terminate": "^1.0.3",
"terminate": "^1.0.5",
"useragent": "^2.1.5"
},
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"istanbul": "^0.3.11",
"jshint": "^2.6.3",
"istanbul": "^0.3.13",
"jshint": "^2.7.0",
"pre-commit": "1.0.6",
"tap-spec": "^2.2.2",
"tape": "^3.5.0",
"wreck": "^5.3.0"
"ps-tree": "1.0.0",
"tap-spec": "^3.0.0",
"tape": "^4.0.0",
"wreck": "^5.4.0"
},
"pre-commit": [
"jshint",
Expand Down

0 comments on commit 26c7f3f

Please sign in to comment.