|
1 | 1 | { |
2 | | - "name": "mozaik-ext-bitrise", |
3 | | - "version": "1.2.3", |
4 | | - "description": "Mozaik Bitrise Extension", |
5 | | - "main": "./src/components/index.js", |
6 | | - "repository": "git@github.com:lovoo/mozaik-ext-bitrise.git", |
7 | | - "author": "André Leubner <leubner.andre@gmail.com>", |
8 | | - "license": "BSD-3-Clause", |
9 | | - "engines": { |
10 | | - "node": ">=4.0.0" |
11 | | - }, |
12 | | - "homepage": "https://github.com/lovoo/mozaik-ext-bitrise", |
13 | | - "peerDependencies": { |
14 | | - "mozaik": ">=1.1.0", |
15 | | - "react": "^0.13.3" |
16 | | - }, |
17 | | - "scripts": { |
18 | | - "eslint": "eslint --ext .js --ext .jsx ./src/**" |
19 | | - }, |
20 | | - "devDependencies": { |
21 | | - "babel-core": "6.7.2", |
22 | | - "babel-eslint": "5.0.0", |
23 | | - "babel-preset-es2015": "6.6.0", |
24 | | - "babel-preset-react": "6.5.0", |
25 | | - "babel-register": "6.7.2", |
26 | | - "eslint": "2.2.0", |
27 | | - "eslint-plugin-react": "4.2.2" |
28 | | - }, |
29 | | - "dependencies": { |
30 | | - "babelify": "7.2.0", |
31 | | - "bluebird": "3.3.4", |
32 | | - "chalk": "1.1.3", |
33 | | - "moment": "2.12.0", |
34 | | - "react": "^0.13.3", |
35 | | - "react-mixin": "3.0.4", |
36 | | - "reflux": "0.4.0", |
37 | | - "node-fetch": "^1.7.2", |
38 | | - "convict": "^4.0.0" |
39 | | - }, |
40 | | - "browserify": { |
41 | | - "transform": [ |
42 | | - "babelify" |
43 | | - ] |
44 | | - } |
| 2 | + "name": "mozaik-ext-bitrise", |
| 3 | + "version": "1.2.3", |
| 4 | + "description": "Mozaik Bitrise Extension", |
| 5 | + "main": "./src/components/index.js", |
| 6 | + "repository": "git@github.com:lovoo/mozaik-ext-bitrise.git", |
| 7 | + "author": "André Leubner <leubner.andre@gmail.com>", |
| 8 | + "license": "BSD-3-Clause", |
| 9 | + "engines": { |
| 10 | + "node": ">=4.0.0" |
| 11 | + }, |
| 12 | + "homepage": "https://github.com/lovoo/mozaik-ext-bitrise", |
| 13 | + "peerDependencies": { |
| 14 | + "mozaik": ">=1.1.0", |
| 15 | + "react": "^0.13.3" |
| 16 | + }, |
| 17 | + "scripts": { |
| 18 | + "eslint": "eslint --ext .js --ext .jsx ./src/**" |
| 19 | + }, |
| 20 | + "devDependencies": { |
| 21 | + "babel-core": "6.7.2", |
| 22 | + "babel-eslint": "5.0.0", |
| 23 | + "babel-preset-es2015": "6.6.0", |
| 24 | + "babel-preset-react": "6.5.0", |
| 25 | + "babel-register": "6.7.2", |
| 26 | + "eslint": "2.2.0", |
| 27 | + "eslint-plugin-react": "4.2.2" |
| 28 | + }, |
| 29 | + "dependencies": { |
| 30 | + "babelify": "7.2.0", |
| 31 | + "bluebird": "3.3.4", |
| 32 | + "chalk": "1.1.3", |
| 33 | + "moment": "2.19.3", |
| 34 | + "react": "^0.14.0", |
| 35 | + "react-mixin": "3.0.4", |
| 36 | + "reflux": "0.4.0", |
| 37 | + "node-fetch": "^1.7.2", |
| 38 | + "convict": "^4.0.0" |
| 39 | + }, |
| 40 | + "browserify": { |
| 41 | + "transform": [ |
| 42 | + "babelify" |
| 43 | + ] |
| 44 | + } |
45 | 45 | } |
0 commit comments