forked from SaferNodeJS/react-native-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 937 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
37
38
39
{
"name": "react-native-os",
"version": "1.2.7",
"description": "node's os module for react-native",
"main": "index.js",
"authors": "zeevl,SaferNodeJS",
"scripts": {
"start": "exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aprock/react-native-os"
},
"bundleDependencies": false,
"deprecated": false,
"description": "node's os module for react-native",
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint-plugin-react": "^3.11.3"
},
"homepage": "https://github.com/aprock/react-native-os",
"keywords": [
"react-component",
"reactnative",
"react-native",
"os",
"ios",
"android"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/aprock/react-native-os/issues"
},
"homepage": "https://github.com/aprock/react-native-os",
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint-plugin-react": "^3.11.3"
}
}