Skip to content

Commit

Permalink
1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
craigh411 committed Jan 22, 2017
1 parent 8716b3e commit d59fd97
Showing 1 changed file with 55 additions and 55 deletions.
110 changes: 55 additions & 55 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
{
"name": "vue-star-rating",
"version": "1.0.5",
"description": "A simple, highly customisable star rating component for Vue 2.x.",
"main": "src/star-rating.vue",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craigh411/vue-star-rating.git"
},
"files": [
"dist",
"src"
],
"keywords": [
"star rating",
"star",
"vue",
"vue.js",
"vue 2"
],
"author": "Craig Humphreys",
"license": "MIT",
"bugs": {
"url": "https://github.com/craigh411/vue-star-rating/issues"
},
"homepage": "https://github.com/craigh411/vue-star-rating#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"gulp": "^3.9.0",
"gulp-uglify": "^2.0.0",
"install": "^0.8.4",
"jasmine": "^2.5.3",
"karma": "^1.4.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.1.8",
"vueify": "^9.4.0",
"watchify": "^3.8.0"
},
"browserify": {
"transform": [
"babelify",
"vueify"
]
}
"name": "vue-star-rating",
"version": "1.0.6",
"description": "A simple, highly customisable star rating component for Vue 2.x.",
"main": "src/star-rating.vue",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/craigh411/vue-star-rating.git"
},
"files": [
"dist",
"src"
],
"keywords": [
"star rating",
"star",
"vue",
"vue.js",
"vue 2"
],
"author": "Craig Humphreys",
"license": "MIT",
"bugs": {
"url": "https://github.com/craigh411/vue-star-rating/issues"
},
"homepage": "https://github.com/craigh411/vue-star-rating#readme",
"devDependencies": {
"babel-core": "^6.21.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"gulp": "^3.9.0",
"gulp-uglify": "^2.0.0",
"install": "^0.8.4",
"jasmine": "^2.5.3",
"karma": "^1.4.0",
"karma-browserify": "^5.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-spec-reporter": "0.0.26",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"vue": "^2.1.8",
"vueify": "^9.4.0",
"watchify": "^3.8.0"
},
"browserify": {
"transform": [
"babelify",
"vueify"
]
}
}

0 comments on commit d59fd97

Please sign in to comment.