-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.39 KB
/
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
41
42
43
44
45
46
47
48
49
50
{
"name": "@kunalnagarco/jquery-peek-a-bar",
"version": "4.0.11",
"description": "A jQuery plugin for a notification bar with a lot of customization options.",
"main": "dist/js/jquery.peekabar.js",
"files": [
"dist"
],
"scripts": {
"prebuild": "rm -rf build",
"build": "grunt build",
"release": "semantic-release"
},
"author": "Kunal Nagar <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.1",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.2",
"conventional-changelog-conventionalcommits": "8.0.0",
"grunt": "1.6.1",
"grunt-babel": "8.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-uglify": "5.2.2",
"grunt-contrib-watch": "1.1.0",
"grunt-sass": "*",
"load-grunt-tasks": "5.1.0",
"node-sass": "9.0.0",
"prettier": "3.3.3",
"semantic-release": "24.2.0",
"time-grunt": "2.0.0"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery"
],
"repository": {
"type": "git",
"url": "git://github.com/kunalnagarco/jquery.peekABar.git"
},
"publishConfig": {
"access": "public"
}
}