-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 899 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "jquery.nice-number",
"version": "2.1.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.4.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-uglifycss": "^1.1.0",
"pump": "^3.0.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@joshua-s"
}
}