UNPKG

react-time-format

Version:

Component for React to render dates by using html <span> element ,and simply do not need moment,only depend on React.Small and simple ,src code only 3kb(uncompressed).

35 lines (34 loc) 963 B
{ "name": "react-time-format", "version": "0.0.5", "description": "Component for React to render dates by using html <span> element ,and simply do not need moment,only depend on React.Small and simple ,src code only 3kb(uncompressed).", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build":"babel src -d lib" }, "repository": { "type": "git", "url": "git+https://github.com/wbye/react-timer.git" }, "keywords": [ "React", "React-Component", "Time", "Format", "Time-Format" ], "author": "wbye", "license": "ISC", "bugs": { "url": "https://github.com/wbye/react-timer/issues" }, "homepage": "https://github.com/wbye/react-timer#readme", "devDependencies": { "babel-core": "^6.17.0", "babel-preset-es2015": "^6.16.0", "babel-preset-es2016": "^6.16.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0" } }