Skip to content

Commit

Permalink
Configurated DevOps with IBM Bluemix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickPetru committed Mar 25, 2017
1 parent 6149191 commit 3283a3e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@
],
"license": "MIT",
"author": "Erick Eduardo Petrucelli <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/ErickPetru/vue-feathers-chat.git"
},
"engines": {
"node": ">= 0.12.0"
"node": ">= 6.0.0"
},
"scripts": {
"start": "node src/",
"test": "npm run jshint && npm run mocha",
"jshint": "jshint src/. test/. --config",
"start": "node src/",
"mocha": "mocha test/ --recursive"
},
"dependencies": {
Expand Down

0 comments on commit 3283a3e

Please sign in to comment.