-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 1009 Bytes
/
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
{
"name": "react-native-match-media",
"version": "0.1.1",
"description": "window.matchMedia mock for React Native",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tuckerconnelly/react-native-match-media.git"
},
"homepage": "https://github.com/tuckerconnelly/react-native-match-media.git",
"keywords": [
"matchmedia",
"react",
"react native"
],
"author": "Tucker Connelly <web@tuckerconnelly.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^4.1.8",
"babel-plugin-react-intl": "^2.1.1",
"babel-preset-react-native": "^1.5.3",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^5.0.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^3.16.1"
},
"peerDependencies": {
"react-native": ">=0.36.0",
"react-native-orientation-listener": ">=0.0.4"
},
"dependencies": {
"css-mediaquery": "^0.1.2"
}
}