UNPKG

v-rating

Version:

Rating component in Semantic-UI made with VueJS

71 lines (70 loc) 2.18 kB
{ "name": "v-rating", "description": "Rating component in Semantic-UI made with VueJS", "version": "1.1.2", "author": { "name": "Vinayak Kulkarni", "email": "vinayak.kulkarni@live.com", "url": "https://github.com/vinayakkulkarni" }, "private": false, "main": "dist/v-rating.min.js", "module": "dist/v-rating.esm.js", "files": [ "dist/*" ], "keywords": [ "vuejs", "rating", "rate", "semantic-ui", "vue-rating", "v-rating" ], "repository": { "type": "git", "url": "git+https://github.com/vinayakkulkarni/v-rating.git" }, "scripts": { "test": "npm run bundle && karma start karma.conf.js", "test-watch": "karma start karma.conf.js --no-single-run", "build": "npm run bundle && npm run bundle:min", "bundle": "rollup -c build/rollup.conf.js", "bundle:min": "rollup -c build/rollup.min.conf.js", "lint": "eslint 'src/**/*.{js,vue}'" }, "devDependencies": { "aliasify": "^2.1.0", "babel-core": "^6.26.3", "babel-preset-env": "^1.7.0", "babelify": "^8.0.0", "browserify": "^16.2.3", "eslint": "^5.15.2", "eslint-plugin-vue": "^5.2.2", "jasmine-core": "^3.3.0", "karma": "^4.0.1", "karma-browserify": "^5.3.0", "karma-jasmine": "^1.1.2", "karma-phantomjs-launcher": "^1.0.4", "karma-spec-reporter": "^0.0.32", "phantomjs-prebuilt": "^2.1.14", "rollup": "^0.59.4", "rollup-plugin-babel": "^3.0.7", "rollup-plugin-commonjs": "^9.2.1", "rollup-plugin-uglify": "^3.0.0", "rollup-plugin-vue": "^4.7.2", "vue": "^2.6.9", "vue-template-compiler": "^2.6.8", "watchify": "^3.11.1" }, "licenses": [ { "type": "MIT", "url": "https://github.com/vinayakkulkarni/v-rating/blob/master/LICENSE" } ], "bugs": { "url": "https://github.com/vinayakkulkarni/v-rating/issues" }, "homepage": "https://github.com/vinayakkulkarni/v-rating#readme" }