Поправлена структура, разделы в подразделы до 3.3

This commit is contained in:
Юлия Болотина
2022-08-04 12:59:10 +03:00
parent c46d95f4cd
commit a014b62268
787 changed files with 162678 additions and 782 deletions

View File

@@ -0,0 +1,37 @@
{
"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"
}
}