-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1.03 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
{
"name": "jQTipnav",
"version": "1.0.1",
"description": "jQuery plugin which enables showing small navigation bars on interaction with action element",
"homepage": "http://tvrtkom.github.io/jQTipnav/",
"repository": {
"type": "git",
"url": "https://github.com/TvrtkoM/jQTipnav.git"
},
"bugs": "https://github.com/TvrtkoM/jQTipnav/issues",
"main": "build/jqtipnav.min.js",
"license": "BSD-3-Clause",
"author": {
"email": "[email protected]",
"name": "TvrtkoM"
},
"devDependencies": {
"babel-cli": "~6.2.0",
"babel-preset-es2015": "~6.1.18",
"grunt": "0.4.5",
"grunt-babel": "~6.0.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "0.12.1",
"grunt-lodash": "~0.5.0",
"jasmine": "2.3.2",
"jasmine-jquery": "2.1.1",
"jquery": "^2.2.0",
"karma": "^0.13.19",
"karma-firefox-launcher": "0.1.6",
"karma-jasmine": "0.3.6",
"lodash-cli": "~3.10.1",
"skeleton-css": "^2.0.4"
}
}