forked from onokumus/metismenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.22 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
{
"name": "metismenu",
"version": "2.5.2",
"description": "A jQuery menu plugin",
"main": "./dist/metisMenu.js",
"scripts": {
"test": "grunt travis --verbose"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onokumus/metisMenu.git"
},
"keywords": [
"twitter",
"bootstrap",
"twbs",
"jquery",
"menu",
"accordion",
"toggle",
"metis",
"metisMenu"
],
"author": "Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)",
"contributors": [
"Osman Nuri Okumuş <[email protected]> (https://github.com/onokumus)",
"Rein de Vries <[email protected]> (https://github.com/reinos/)",
"Arthur CHAN <[email protected]> (http://catchtop.com)",
"Andrew Eastwood (https://github.com/AndrewEastwood)",
"Marcelo Tosco <[email protected]> (http://ecapy.com)",
"Radoslav Štofko (http://www.stoweb.cz)",
"Umut Karcı <[email protected]> (https://github.com/cediddi)",
"Chris Wiggins <[email protected]> (https://github.com/chriswiggins)",
"Jacob Magnusson <[email protected]> (https://github.com/jmagnusson)",
"QQ <[email protected]> (https://github.com/sinabs)",
"roman <[email protected]> (https://github.com/rgnevashev)",
"diegozhu <[email protected]> (http://sae.zhuhaiyang.me)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/onokumus/metisMenu/issues"
},
"homepage": "https://github.com/onokumus/metisMenu#readme",
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
"babel-plugin-transform-es2015-modules-umd": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"cssnano": "^3.6.2",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-banner": "^0.6.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^18.1.0",
"grunt-postcss": "^0.8.0",
"normalize.css": "^4.1.1",
"pixrem": "^3.0.1",
"postcss-custom-media": "^5.0.1",
"postcss-import": "^8.1.2",
"suitcss-utils-flex": "^1.1.1",
"verb-readme-generator": "^0.1.12"
},
"verb": {
"run": true,
"toc": true,
"tasks": [
"readme"
],
"reflinks": [
"twbuttons"
]
}
}