mirror of
https://github.com/status-im/react-native-os.git
synced 2026-08-30 21:01:11 +00:00
35 lines
747 B
JSON
35 lines
747 B
JSON
{
|
|
"name": "react-native-os",
|
|
"version": "1.0.2",
|
|
"description": "node's os module for react-native",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/PeelTechnologies/react-native-os"
|
|
},
|
|
"keywords": [
|
|
"react-component",
|
|
"reactnative",
|
|
"react-native",
|
|
"os",
|
|
"ios",
|
|
"android"
|
|
],
|
|
"author": {
|
|
"name": "Andy Prock",
|
|
"email": "aprock@gmail.com"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/PeelTechnologies/react-native-os/issues"
|
|
},
|
|
"homepage": "https://github.com/PeelTechnologies/react-native-os",
|
|
"devDependencies": {
|
|
"babel-eslint": "^4.1.6",
|
|
"eslint-plugin-react": "^3.11.3"
|
|
}
|
|
}
|