forked from FormidableLabs/react-native-responsive-styles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.31 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.31 KB
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
46
47
{
"name": "react-native-responsive-styles",
"version": "0.2.2",
"description": "React Native styles that respond to device orientation change",
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"android",
"responsive",
"orientation"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/react-native-responsive-styles.git"
},
"bugs": {
"url": "https://github.com/FormidableLabs/react-native-responsive-styles/issues"
},
"homepage": "https://github.com/FormidableLabs/react-native-responsive-styles#readme",
"author": "Jani Eväkallio",
"license": "MIT",
"scripts": {
"lint": "eslint index.js lib",
"flow": "flow check",
"test": "npm run lint && npm run flow"
},
"dependencies": {
"react-native-deprecated-custom-components": "^0.1.1",
"react-native-orientation-listener": "0.0.4"
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.10.2",
"eslint-config-formidable": "^2.0.1",
"eslint-plugin-babel": "^3.2.0",
"eslint-plugin-filenames": "^1.1.0",
"eslint-plugin-flowtype": "^2.19.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-react": "^6.0.0",
"flow-bin": "^0.35.0",
"react": "15.4.2",
"react-native": "0.39.0"
}
}