-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
55 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} | ||
} |