forked from vsn4ik/bootstrap-submenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.27 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
{
"name": "bootstrap-submenu",
"version": "2.0.3",
"description": "Bootstrap Sub-Menus",
"keywords": [
"bootstrap",
"dropdown",
"jquery-plugin",
"submenu"
],
"homepage": "https://vsn4ik.github.io/bootstrap-submenu/",
"author": {
"name": "Vasily A.",
"url": "https://github.com/vsn4ik"
},
"repository": "vsn4ik/bootstrap-submenu",
"license": "MIT",
"files": [
"dist",
"js/**/*.js",
"less",
"LICENSE"
],
"main": "dist/js/bootstrap-submenu.js",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"bootstrap": "~3.3.6",
"grunt": "~0.4.5",
"grunt-banner": "~0.6.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-compress": "~0.14.0",
"grunt-contrib-copy": "~0.8.2",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-less": "~1.1.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-ejs": "~0.3.0",
"grunt-jscs": "~2.5.0",
"highlight.js": "~9.1.0",
"jquery": "~2.2.0",
"load-grunt-tasks": "~3.4.0",
"octicons": "~3.3.0"
},
"spm": {
"main": "dist/js/bootstrap-submenu.js",
"ignore": [
"docs",
".*",
"Gruntfile.js",
"README.md",
"_config.yml",
"bower.json",
"composer.json"
]
}
}