-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "mozaik-ext-bitrise",
"version": "1.2.3",
"description": "Mozaik Bitrise Extension",
"main": "./src/components/index.js",
"repository": "[email protected]:lovoo/mozaik-ext-bitrise.git",
"author": "André Leubner <[email protected]>",
"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"
]
}
}