UNPKG

react-binary-clock

Version:

A binary clock is a clock that displays the time of day in a binary format.

61 lines (60 loc) 1.77 kB
{ "name": "react-binary-clock", "version": "1.0.2", "description": "A binary clock is a clock that displays the time of day in a binary format.", "main": "index.js", "scripts": { "coverage": "istanbul cover _mocha -- --compilers js:babel-core/register --compilers jsx:babel-register --recursive", "eslint": "eslint --ext .js --ext .jsx --ignore-pattern 'coverage/*' --ignore-pattern 'demo/*' .", "start": "npm run webpack && http-server ./demo", "test": "mocha --compilers js:babel-core/register --compilers jsx:babel-register --recursive", "webpack": "webpack" }, "repository": { "type": "git", "url": "git+https://github.com/mattiaerre/react-binary-clock.git" }, "author": { "name": "Mattia Richetto", "email": "mattia.richetto@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/mattiaerre/react-binary-clock/issues" }, "homepage": "https://github.com/mattiaerre/react-binary-clock#readme", "devDependencies": { "babel-core": "^6.17.0", "babel-eslint": "^7.0.0", "babel-loader": "^6.2.5", "babel-preset-es2015": "^6.16.0", "babel-preset-react": "^6.16.0", "chai": "^3.5.0", "chai-enzyme": "^0.5.2", "enzyme": "^2.4.1", "eslint": "^3.7.1", "eslint-config-opentable": "^6.0.0", "eslint-plugin-import": "^2.0.0", "eslint-plugin-react": "^6.4.0", "http-server": "^0.9.0", "istanbul": "^1.1.0-alpha.1", "mocha": "^3.1.0", "react-addons-test-utils": "^15.3.2", "react-dom": "^15.3.2", "webpack": "^1.13.2" }, "dependencies": { "react": "^15.3.2" }, "keywords": [ "binary", "clock", "component", "day", "displays", "format", "react", "react-component", "time" ] }