forked from pughpugh/react-countdown-clock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 851 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 851 Bytes
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
{
"name": "react-countdown-clock",
"version": "1.0.9",
"description": "HTML5 canvas countdown clock React component",
"main": "build/react-countdown-clock.js",
"repository": {
"type": "git",
"url": "https://github.com/pughpugh/react-countdown-clock"
},
"keywords": [
"react-component",
"react",
"countdown",
"timer",
"canvas"
],
"author": "Hugh Gallagher <hugh@hcgallagher.co.uk> (http://www.hughgallagher.co.uk/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/pughpugh/react-countdown-clock/issues"
},
"homepage": "https://github.com/pughpugh/react-countdown-clock",
"devDependencies": {
"cjsx-loader": "^2.1.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.8.0",
"webpack": "^1.13.1",
"react": "15.*"
},
"peerDependencies": {
"react": "15.*"
}
}