Skip to content

Commit

Permalink
fix: package.json to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jan 10, 2018
1 parent 576c944 commit 816a9e8
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
{
"name": "mozaik-ext-bitrise",
"version": "1.2.3",
"description": "Mozaik Bitrise Extension",
"main": "./src/components/index.js",
"repository": "git@github.com:lovoo/mozaik-ext-bitrise.git",
"author": "André Leubner <leubner.andre@gmail.com>",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/lovoo/mozaik-ext-bitrise",
"peerDependencies": {
"mozaik": ">=1.1.0",
"react": "^0.13.3"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx ./src/**"
},
"devDependencies": {
"babel-core": "6.7.2",
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.7.2",
"eslint": "2.2.0",
"eslint-plugin-react": "4.2.2"
},
"dependencies": {
"babelify": "7.2.0",
"bluebird": "3.3.4",
"chalk": "1.1.3",
"moment": "2.12.0",
"react": "^0.13.3",
"react-mixin": "3.0.4",
"reflux": "0.4.0",
"node-fetch": "^1.7.2",
"convict": "^4.0.0"
},
"browserify": {
"transform": [
"babelify"
]
}
"name": "mozaik-ext-bitrise",
"version": "1.2.3",
"description": "Mozaik Bitrise Extension",
"main": "./src/components/index.js",
"repository": "git@github.com:lovoo/mozaik-ext-bitrise.git",
"author": "André Leubner <leubner.andre@gmail.com>",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://github.com/lovoo/mozaik-ext-bitrise",
"peerDependencies": {
"mozaik": ">=1.1.0",
"react": "^0.13.3"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx ./src/**"
},
"devDependencies": {
"babel-core": "6.7.2",
"babel-eslint": "5.0.0",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.7.2",
"eslint": "2.2.0",
"eslint-plugin-react": "4.2.2"
},
"dependencies": {
"babelify": "7.2.0",
"bluebird": "3.3.4",
"chalk": "1.1.3",
"moment": "2.19.3",
"react": "^0.14.0",
"react-mixin": "3.0.4",
"reflux": "0.4.0",
"node-fetch": "^1.7.2",
"convict": "^4.0.0"
},
"browserify": {
"transform": [
"babelify"
]
}
}

0 comments on commit 816a9e8

Please sign in to comment.