react-native-languages/package.json

26 lines
648 B
JSON
Raw Normal View History

2017-08-01 16:44:14 +00:00
{
"name": "react-native-languages",
2017-10-09 12:51:39 +00:00
"version": "1.0.5",
2017-08-01 16:44:14 +00:00
"license": "MIT",
"description": "React Native properties and methods related to the language of the device",
"repository": "https://github.com/react-community/react-native-languages",
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
"main": "index.js",
"scripts": {
"precommit": "lint-staged",
"prettier": "prettier --write '**/*.js'"
2017-08-01 16:44:14 +00:00
},
"lint-staged": {
"**/*.js": [
"prettier --write",
2017-08-01 16:44:14 +00:00
"git add"
]
},
"devDependencies": {
"flow-bin": "^0.55.0",
2017-08-01 16:44:14 +00:00
"husky": "^0.14.3",
"lint-staged": "^4.2.2",
"prettier": "^1.7.0"
2017-08-01 16:44:14 +00:00
}
}