UNPKG

web-clock-lite

Version:
47 lines (46 loc) 1.08 kB
{ "name": "web-clock-lite", "version": "0.0.1", "description": "A clock with build-in time-picker", "main": "dist/web-clock-lite.js", "jsnext": "src/web-clock-lite.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/vandeurenglenn/web-clock-lite.git" }, "keywords": [ "web-clock", "clock", "time" ], "author": "Glenn Vandeuren <vandeurenglenn@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vandeurenglenn/web-clock-lite/issues" }, "homepage": "https://github.com/vandeurenglenn/web-clock-lite#readme", "devDependencies": { "babel-plugin-external-helpers": "^6.18.0", "babel-preset-es2015": "^6.18.0", "browser-sync": "^2.18.5", "gulp": "gulpjs/gulp#4.0", "rollup": "^0.37.0", "rollup-plugin-babel": "^2.7.1" }, "babel": { "presets": [ [ "es2015", { "modules": false } ] ], "plugins": [ "external-helpers" ] } }