UNPKG

829 BJSONView Raw
1{
2 "name": "react-countdown-clock",
3 "version": "1.0.5",
4 "description": "HTML5 canvas countdown clock React component",
5 "main": "build/react-countdown-clock.js",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/pughpugh/react-countdown-clock"
9 },
10 "keywords": [
11 "react-component",
12 "react",
13 "countdown",
14 "timer",
15 "canvas"
16 ],
17 "author": "Hugh Gallagher <hugh@hcgallagher.co.uk> (http://www.hughgallagher.co.uk/)",
18 "license": "ISC",
19 "bugs": {
20 "url": "https://github.com/pughpugh/react-countdown-clock/issues"
21 },
22 "homepage": "https://github.com/pughpugh/react-countdown-clock",
23 "devDependencies": {
24 "cjsx-loader": "^2.1.0",
25 "coffee-loader": "^0.7.2",
26 "coffee-script": "^1.8.0",
27 "webpack": "^1.4.15"
28 },
29 "dependencies": {
30 "react": "^0.14.3"
31 }
32}