forked from TylerLH/react-native-timeago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "react-native-timeago",
"version": "0.4.0",
"description": "Auto-updating timeago component for React Native",
"main": "TimeAgo.js",
"scripts": {
"test": "jest --verbose --forceExit"
},
"keywords": [
"react-native",
"timeago",
"react-component",
"react-native-component"
],
"jest": {
"preset": "jest-react-native",
"modulePathIgnorePatterns": [
"node_modules/react-native/node_modules/"
]
},
"peerDependencies": {
"moment": "^2.19.1",
"react": "^16.0.0",
"react-native": "*"
},
"author": "Tyler Hughes <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/TylerLH/react-native-timeago"
},
"license": "ISC",
"devDependencies": {
"babel-jest": "^21.2.0",
"babel-preset-react-native": "^4.0.0",
"jest": "^21.2.1",
"jest-cli": "^21.2.1",
"jest-react-native": "^18.0.0",
"moment": "^2.19.1",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-native": "^0.49.3",
"react-test-renderer": "^16.0.0",
"regenerator-runtime": "^0.11.0"
}
}