-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
62 lines (62 loc) · 1.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "react-native-responsive",
"version": "1.0.2",
"description": "A React Native module to manage responsive layouts more efficiently",
"main": "lib/index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "mocha test --recursive --compilers js:babel-core/register",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/ayoubdev/react-native-responsive.git"
},
"keywords": [
"react",
"react-native",
"responsive",
"responsive",
"design",
"media-query",
"media",
"query",
"layout",
"css",
"scss",
"less",
"sass",
"jsx",
"js",
"screen",
"size",
"ayoub",
"adib"
],
"author": "Ayoub Adib <ayoub.development@gmail.com>",
"contributors": [
"Kohki Makimoto <kohki.makimoto@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "/~https://github.com/ayoubdev/react-native-responsive/issues"
},
"homepage": "/~https://github.com/ayoubdev/react-native-responsive#readme",
"peerDependencies": {
"react-native": ">=0.25.0"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"eslint": "^3.1.1",
"eslint-plugin-react": "^5.2.2",
"mocha": "^2.5.3"
}
}