UNPKG

js-easy-clock

Version:
38 lines (37 loc) 1.14 kB
{ "name": "js-easy-clock", "version": "0.0.5", "description": "A jquery plugin for an analog clock", "main": "./dist/bundle.min.js", "scripts": { "start": "./node_modules/.bin/webpack --watch", "start:server": "./node_modules/.bin/http-server -p 3005", "build": "NODE_ENV=production ./node_modules/.bin/webpack", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/harshit-sinha-developer/js-clock" }, "author": "Harshit Sinha", "license": "ISC", "bugs": { "url": "https://github.com/harshit-sinha-developer/js-clock/issues" }, "homepage": "https://github.com/harshit-sinha-developer/js-clock#readme.md", "devDependencies": { "babel-core": "6.26.3", "babel-loader": "8.0.6", "babel-preset-es2015": "6.24.1", "css-loader": "3.2.0", "http-server": "0.11.1", "style-loader": "1.0.0", "webpack": "4.39.3", "webpack-cli": "3.3.8", "webpack-dev-server": "3.8.0" }, "dependencies": { "jquery": "3.4.1" }, "keywords": ["js-clock", "js-easy-clock", "clock", "analog-clock"] }