forked from martinandert/react-ago-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "react-ago-component",
"version": "0.6.1",
"description": "A multi-lingual component for React that renders the approximate time ago in words from a specific past date using an HTML5 time element",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/martinandert/react-ago-component.git"
},
"keywords": [
"react",
"react-component",
"timeago",
"time-ago",
"date",
"time",
"elapsed"
],
"author": {
"name": "Martin Andert",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/martinandert/react-ago-component/issues"
},
"homepage": "https://github.com/martinandert/react-ago-component",
"dependencies": {
"damals": "^0.9.2",
"object-assign": "^2.0.0"
},
"peerDependencies": {
"counterpart": "^0.16.4",
"react": ">=0.12.1 && <0.14.*"
},
"devDependencies": {
"connect-browserify": "^3.2.1",
"counterpart": "^0.16.4",
"express": "^4.10.5",
"jsxhint": "^0.13.2",
"mocha": "^2.2.1",
"node-dev": "^2.6.1",
"node-jsx": "^0.12.4",
"react": ">=0.12.1 && <0.14.*",
"react-interpolate-component": "^0.7.0",
"react-translate-component": "^0.8.0",
"reactify": "^1.1.0",
"time": "^0.11.1"
}
}