forked from onokumus/metismenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.54 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "metismenu",
"version": "2.7.0",
"description": "A jQuery menu plugin",
"main": "./dist/metisMenu.js",
"style":"./dist/metisMenu.css",
"files": [
"dist",
"src"
],
"scripts": {
"test": "grunt travis --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onokumus/metismenu.git"
},
"keywords": [
"accordion",
"bootstrap",
"jquery",
"menu",
"metis",
"metisMenu",
"toggle",
"twbs",
"twitter"
],
"author": "Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)",
"contributors": [
"Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)",
"Rein de Vries <info@reinos.nl> (https://github.com/reinos/)",
"Arthur CHAN <arthur@talkgoal.com> (http://catchtop.com)",
"Andrew Eastwood (https://github.com/AndrewEastwood)",
"Marcelo Tosco <capy.net@gmail.com> (http://ecapy.com)",
"Radoslav Štofko (http://www.stoweb.cz)",
"Umut Karcı <cediddi@gmail.com> (https://github.com/cediddi)",
"Chris Wiggins <chris@wiggins.nz> (https://github.com/chriswiggins)",
"Jacob Magnusson <m@jacobian.se> (https://github.com/jmagnusson)",
"QQ <sinabs@gmail.com> (https://github.com/sinabs)",
"roman <rgnevashev@gmail.com> (https://github.com/rgnevashev)",
"diegozhu <zhuhaiyang55@gmail.com> (http://sae.zhuhaiyang.me)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/onokumus/metismenu/issues"
},
"homepage": "https://github.com/onokumus/metismenu#readme",
"devDependencies": {
"assemble": "^0.23.0",
"autoprefixer": "^6.7.6",
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.2.1",
"cssnano": "^3.10.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^2.2.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-postcss": "^0.8.0",
"gulp-extname": "^0.2.2",
"helper-markdown": "^0.2.1",
"pixrem": "^3.0.2"
},
"verb": {
"toc": {
"collapsible": false,
"method": "preWrite"
},
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"helpers": [
"helper-changelog"
],
"related": {
"list": [
"chl",
"elektron",
"onoffcanvas",
"twbuttons"
]
},
"reflinks": [
"chl",
"elektron",
"onoffcanvas",
"twbuttons",
"helper-changelog",
"keep-a-changelog"
]
}
}