forked from andrerfneves/rn-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 816 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
{
"name": "rn-utils",
"version": "0.0.7",
"description": "React Native Utilities",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "André Neves <[email protected]> (https://github.com/andrerfneves)",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:andrerfneves/rn-utils.git"
},
"peerDependencies": {
"react-native": "0.43.3"
},
"dependencies": {
"react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-plugin-import": "^2.2.0"
}
}