forked from wix/react-native-calendars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.73 KB
/
package.json
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
{
"_from": "github:inFullMobile/react-native-calendars",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-calendars",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "inFullMobile/react-native-calendars",
"rawSpec": "inFullMobile/react-native-calendars",
"saveSpec": "github:inFullMobile/react-native-calendars",
"fetchSpec": null,
"gitCommittish": null
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "github:inFullMobile/react-native-calendars#55df6f1bde62cb25327648c25d6cd5d0e228684c",
"_spec": "inFullMobile/react-native-calendars",
"_where": "/Users/staszek/Developer/ReactNative/ernest-mobile",
"author": {
"name": "Wix.com"
},
"bugs": {
"url": "https://github.com/wix/react-native-calendars/issues"
},
"bundleDependencies": false,
"dependencies": {
"lodash.get": "^4.4.2",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.5.10",
"xdate": "^0.8.0"
},
"deprecated": false,
"description": "React Native Calendar Components",
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.19.0",
"eslint-plugin-react": "^7.0.0",
"jasmine": "^2.5.2",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2"
},
"homepage": "https://github.com/wix/react-native-calendars#readme",
"license": "MIT",
"main": "src/index.js",
"name": "react-native-calendars",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wix/react-native-calendars.git"
},
"scripts": {
"lint": "eslint src/ example/src",
"test": "jasmine src/*.spec.js && npm run lint"
},
"version": "1.21.0"
}