mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/region-edoc.git
synced 2026-01-24 17:05:37 +03:00
Поправлена структура, разделы в подразделы до 3.3
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user