forked from stephy/CalendarPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.98 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.98 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "react-native-calendar-picker",
"version": "2.9.0",
"description": "Calendar Picker Component for React Native",
"main": "./CalendarPicker/CalendarPicker.js",
"scripts": {
"test": "eslint . && jest"
},
"repository": {
"type": "git",
"url": "https://github.com/stephy/CalendarPicker"
},
"keywords": [
"calendar",
"picker",
"calendar",
"picker",
"date",
"picker",
"day",
"picker"
],
"author": {
"name": "Stephani Alves",
"email": "alves@stephanimoroni.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/stephy/CalendarPicker/issues"
},
"homepage": "https://github.com/stephy/CalendarPicker",
"_id": "react-native-calendar-picker@1.0.1",
"_shasum": "af3196fdbb105fbcec26887dbf56a783a5eb1130",
"_from": "react-native-calendar-picker@*",
"_npmVersion": "2.7.5",
"_nodeVersion": "0.11.13-pre",
"_npmUser": {
"name": "stephy",
"email": "alves@stephanimoroni.com"
},
"dist": {
"shasum": "af3196fdbb105fbcec26887dbf56a783a5eb1130",
"tarball": "http://registry.npmjs.org/react-native-calendar-picker/-/react-native-calendar-picker-1.0.1.tgz"
},
"maintainers": [
{
"name": "stephy",
"email": "alves@stephanimoroni.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/react-native-calendar-picker/-/react-native-calendar-picker-1.0.1.tgz",
"devDependencies": {
"babel-eslint": "^6.0.4",
"eslint": "^2.9.0",
"eslint-plugin-react": "^5.1.1",
"jest-cli": "^11.0.0",
"react": "^0.14.8",
"react-native": "^0.25.1"
},
"jest": {
"scriptPreprocessor": "node_modules/react-native/jestSupport/preprocessor.js",
"setupEnvScriptFile": "node_modules/react-native/jestSupport/env.js",
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
],
"testFileExtensions": [
"js"
],
"unmockedModulePathPatterns": [
"promise",
"source-map"
]
}
}