UNPKG

881 BJSONView Raw
1{
2 "name": "bee-ui",
3 "version": "0.0.6",
4 "main": "src/index.js",
5 "scripts": {
6 "start": "node node_modules/react-native/local-cli/cli.js start",
7 "test": "jest"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/blibee/BeeUI"
12 },
13 "devDependencies": {
14 "babel-eslint": "^7.2.3",
15 "babel-jest": "20.0.3",
16 "babel-preset-react-native": "2.1.0",
17 "eslint": "^4.3.0",
18 "eslint-config-airbnb": "^15.1.0",
19 "eslint-plugin-import": "^2.7.0",
20 "eslint-plugin-jsx-a11y": "^6.0.2",
21 "eslint-plugin-react": "^7.1.0",
22 "jest": "20.0.4",
23 "pre-commit": "^1.2.2",
24 "react": "16.0.0-alpha.6",
25 "react-native": "0.44.0",
26 "react-native-image-gallery": "^1.1.0",
27 "react-test-renderer": "^15.6.1"
28 },
29 "jest": {
30 "preset": "react-native"
31 },
32 "pre-commit": [],
33 "keywords": [
34 "React Native",
35 "UI"
36 ]
37}