react-native-languages/package.json

24 lines
633 B
JSON
Raw Normal View History

2017-08-01 16:44:14 +00:00
{
"name": "react-native-languages",
2018-04-21 16:38:11 +00:00
"version": "2.0.0",
2017-08-01 16:44:14 +00:00
"license": "MIT",
2017-11-23 10:22:26 +00:00
"description":
"React Native properties and methods related to the language of the device",
2017-08-01 16:44:14 +00:00
"repository": "https://github.com/react-community/react-native-languages",
"author": "Mathieu Acthernoene <zoontek@gmail.com>",
"main": "index.js",
"scripts": {
"precommit": "lint-staged",
2018-04-21 15:06:46 +00:00
"format": "prettier --write '**/*.js'"
2017-08-01 16:44:14 +00:00
},
"lint-staged": {
2017-11-23 10:22:26 +00:00
"**/*.js": ["prettier --write", "git add"]
2017-08-01 16:44:14 +00:00
},
"devDependencies": {
2018-04-21 15:06:46 +00:00
"flow-bin": "^0.70.0",
2017-08-01 16:44:14 +00:00
"husky": "^0.14.3",
2018-04-21 15:06:46 +00:00
"lint-staged": "^7.0.4",
"prettier": "^1.12.1"
2017-08-01 16:44:14 +00:00
}
}