-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-native-prefix-picker",
"version": "2.0.2",
"description": "A simple iOS and Android picker for React Native",
"main": "index.js",
"scripts": {
"test": "ava --verbose 'test/*.test.js'",
"test:watch": "npm run test -- --watch",
"eslint": "eslint index.js src/ ; exit 0;"
},
"ava": {
"babel": "inherit",
"require": "./ava-jsdom-setup"
},
"repository": {
"type": "git",
"url": "https://github.com/sarovin/react-native-prefix-picker.git"
},
"keywords": [
"react-native",
"picker",
"prefix"
],
"author": {
"name": "Saro Vindigni",
"email": "sarovin86@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarovin/react-native-prefix-picker/issues"
},
"devDependencies": {
"ava": "^0.15.1",
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.4",
"babel-polyfill": "^6.9.1",
"babel-preset-react-native": "^1.9.0",
"babel-register": "^6.9.0",
"enzyme": "^2.3.0",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.2.2",
"eslint-plugin-react": "^5.1.1",
"jsdom": "^9.2.1",
"react": "15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "15.0.2",
"react-native": "0.26.2",
"react-native-mock": "^0.2.2"
},
"homepage": "https://github.com/sarovin/react-native-prefix-picker"
}