-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 loc) · 1.76 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
{
"name": "react-native-ok-sdk",
"version": "0.0.1",
"description": "OK SDK support for React Native apps",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "echo \"Error: no test specified\" && exit 1",
"run:packager": "./node_modules/react-native/packager/packager.sh",
"run:ios": "react-native run-ios --project-path ./example/ios",
"start:android": "adb shell am start -n com.example/.MainActivity",
"run:android": "./gradlew installDebug && npm run start:android",
"lint": "eslint ./",
"ci": "npm run lint",
"build:pods": "cd example/ios; bundle exec pod install; cd -",
"publish:maven": "./gradlew clean check uploadArchives"
},
"repository": {
"type": "git",
"url": "git+https://github.com/askiiRobotics/react-native-ok-sdk.git"
},
"keywords": [
"react",
"react-native",
"react-component",
"ok",
"odnoklassniki",
"sdk",
"login",
"android",
"ios"
],
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-plugin-module-resolver": "^2.3.0",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-react-native": "2.0.0",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-import-resolver-babel-module": "^2.2.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-prefer-object-spread": "^1.1.0",
"eslint-plugin-react": "^6.1.2",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"eslint-plugin-react-native": "^2.3.2"
},
"author": "Alex Belets",
"license": "MIT",
"bugs": {
"url": "https://github.com/askiiRobotics/react-native-ok-sdk/issues"
},
"homepage": "https://github.com/askiiRobotics/react-native-ok-sdk#readme"
}