Skip to content

Commit

Permalink
Update dependencies. Add contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
tormozz48 committed Apr 9, 2015
1 parent 61df966 commit f9d2b65
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -11,16 +11,17 @@
],
"contributors": [
"Andrey Kuznetsov <andrey.kuznetsov48@yandex.ua> (http://github.com/tormozz48)",
"Nikolay Ilchenko <tavria@yandex-team.ru> (http://github.com/tavriaforever)"
"Nikolay Ilchenko <tavria@yandex-team.ru> (http://github.com/tavriaforever)",
"Gela Konstantinova <gela-d@yandex-team.ru> (http://github.com/gela-d)"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"bem-site-logger": "^0.0.x",
"cron-runner": "^0.0.x",
"cron-runner": "^0.1.0",
"forever": "^0.14.x",
"fs-extra": "^0.16.x",
"fs-extra": "^0.18.x",
"inherit": "^2.2.x",
"lodash": "^3.1.x",
"moment": "^2.9.x",
Expand All @@ -40,7 +41,7 @@
"mocha": "NODE_ENV=testing node_modules/.bin/mocha",
"istanbul": "istanbul cover ./node_modules/mocha/bin/_mocha",
"codestyle": "node_modules/.bin/jshint . && node_modules/.bin/jscs -c .jscs.js .",
"cover": "istanbul cover _mocha",
"cover": "NODE_ENV=testing istanbul cover _mocha",
"coveralls": "npm install coveralls && npm run cover && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
"test": "npm run coveralls"
},
Expand Down

0 comments on commit f9d2b65

Please sign in to comment.