forked from andreypopp/react-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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-time",
"version": "4.1.0",
"description": "react component for rendering formatted timestamps",
"main": "lib/index.js",
"eslintConfig": {
"extends": "prometheusresearch"
},
"peerDependencies": {
"react": ">=0.13.0 <16.0.0",
"moment": "^2.8.3"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-preset-prometheusresearch": "^0.1.0",
"eslint": "^2.7.0",
"eslint-config-prometheusresearch": "^0.2.0",
"mocha": "^2.4.5",
"moment": "^2.8.3",
"power-assert": "^1.3.1",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/andreypopp/react-time.git"
},
"homepage": "https://github.com/andreypopp/react-time",
"keywords": [
"react",
"react-component",
"time",
"component"
],
"author": {
"name": "Andrey Popp",
"email": "[email protected]",
"url": "http://andreypopp.com"
},
"scripts": {
"test": "make test"
},
"license": "MIT"
}