44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "star-rating.js",
|
|
"description": "This zero-dependency library transforms a SELECT into a dynamic star rating element.",
|
|
"version": "3.4.0",
|
|
"author": {
|
|
"name": "Paul Ryley",
|
|
"email": "paul@geminilabs.io",
|
|
"url": "http://geminilabs.io"
|
|
},
|
|
"homepage": "https://github.com/pryley/star-rating.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pryley/star-rating.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pryley/star-rating.js/issues"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-bump": "^3.2.0",
|
|
"gulp-cssnano": "^2.1.2",
|
|
"gulp-jshint": "^2.0.4",
|
|
"gulp-rename": "^2.0.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"jshint": "^2.11.1",
|
|
"jshint-stylish": "^2.2.1",
|
|
"nolie": "github:pryley/nolie.css#develop",
|
|
"pump": "^3.0.0",
|
|
"sass-module-importer": "^1.4.0",
|
|
"yamljs": "^0.3.0",
|
|
"yargs": "^15.4.1"
|
|
},
|
|
"scripts": {
|
|
"build": "./node_modules/gulp/bin/gulp.js default --production",
|
|
"lint": "jshint src/star-rating.js",
|
|
"postinstall": "node -e \"console.log('\\u001b[35m\\u001b[1mLove Star Rating? Support Paul\\'s work by donating on paypal:\\u001b[22m\\u001b[39m\\n > \\u001b[32mhttps://www.paypal.me/pryley\\u001b[0m\\n')\""
|
|
},
|
|
"main": "src/star-rating.js"
|
|
}
|