Files
region-edoc/ИЭТР-тест/Develop/app/js/Number-Input-Spinner-jQuery-Nice-Number/package.json

38 lines
874 B
JSON

{
"name": "jquery.nice-number",
"version": "2.0.0",
"description": "A tiny jQuery plugin for styling HTML number inputs",
"main": "jquery.nice-number.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshua-s/jquery.nice-number.git"
},
"keywords": [
"jquery",
"jquery-plugin",
"html5",
"input",
"number",
"css"
],
"author": "Joshua Smith",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/joshua-s/jquery.nice-number/issues"
},
"homepage": "https://github.com/joshua-s/jquery.nice-number#readme",
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"gulp-uglifycss": "^1.0.9",
"pump": "^2.0.0"
}
}