-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.45 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
51
52
53
54
55
56
57
58
59
{
"name": "iptools-jquery-mlhmenu",
"version": "0.2.0",
"description": "Multi-level horisontal jQuery menu.",
"homepage": "https://github.com/interactive-pioneers/iptools-jquery-mlhmenu",
"author": {
"name": "Interactive Pioneers GmbH",
"email": "hello@interactive-pioneers.de"
},
"contributors": [
{
"name": "Dimitar Sumerski",
"email": "dsu@interactive-pioneers.de"
},
{
"name": "Ain Tohvri",
"email": "at@interactive-pioneers.de"
}
],
"bugs": "https://github.com/interactive-pioneers/iptools-jquery-mlhmenu/issues",
"dependencies": {
"jquery": "~1.11.3",
"jquery.mmenu": "^5.7.8"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.11.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-mocha": "~1.0.4",
"jit-grunt": "~0.3.2",
"time-grunt": "~0.3.1",
"grunt-concurrent": "~0.5.0",
"grunt-jscs": "~1.8.0",
"grunt-cli": "~1.2.0",
"chai": "~3.5.0"
},
"engines": {
"node": ">=6.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/interactive-pioneers/iptools-jquery-mlhmenu.git"
},
"license": "GPL-3.0",
"scripts": {
"test": "grunt travis --verbose",
"grunt": "grunt"
},
"keywords": [
"javascript",
"menu",
"jquery",
"layout"
]
}