react-native-yaml-styles
Version:
Stylesheets in YAML for React Native
38 lines (37 loc) • 853 B
JSON
{
"name": "react-native-yaml-styles",
"version": "1.0.0",
"description": "Stylesheets in YAML for React Native",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frostney/react-native-yaml-styles.git"
},
"keywords": [
"react-native",
"yaml",
"yml",
"style",
"styles",
"stylesheet"
],
"author": "Johannes Stein",
"license": "MIT",
"bugs": {
"url": "https://github.com/frostney/react-native-yaml-styles/issues"
},
"homepage": "https://github.com/frostney/react-native-yaml-styles#readme",
"dependencies": {
"buffer": "^4.3.0",
"change-case-object": "^2.0.0",
"js-yaml": "^3.4.6"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0"
}
}