forked from staaky/tipped
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 842 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
{
"name": "@staaky/tipped",
"title": "Tipped",
"version": "4.8.1",
"description": "A complete Tooltip solution based on jQuery",
"author": {
"name": "Nick Stakenburg",
"url": "https://github.com/staaky"
},
"main": "dist/js/tipped.js",
"repository": {
"type": "git",
"url": "https://github.com/staaky/tipped.git"
},
"keywords": [
"tooltip",
"tooltips",
"responsive",
"jquery",
"jquery-plugin"
],
"license": "CC-BY-4.0",
"scripts": {
"build": "grunt",
"update": "ncu -u"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"npm-check-updates": "^11.8.5",
"prettier": "2.4.0"
}
}