-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 966 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
{
"name": "react-native-ps",
"version": "0.0.7",
"description": "Simple function to switch between platform-specific styles",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/tuckerconnelly/react-native-ps.git"
},
"homepage": "https://github.com/tuckerconnelly/react-native-ps.git",
"keywords": [
"React Native",
"Platform"
],
"author": "Tucker Connelly <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0"
},
"peerDependencies": {
"react-native": ">=0.36.0"
},
"dependencies": {
"lodash": "^4.15.0"
}
}