forked from vsn4ik/bootstrap-submenu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.34 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
{
"name": "bootstrap-submenu",
"version": "1.2.13",
"description": "Bootstrap Sub-Menus",
"keywords": [
"bootstrap",
"dropdown",
"jquery-plugin",
"submenu"
],
"homepage": "http://vsn4ik.github.io/bootstrap-submenu",
"author": {
"name": "Vasily A.",
"url": "https://github.com/vsn4ik"
},
"repository": "vsn4ik/bootstrap-submenu",
"license": "MIT",
"files": [
"dist",
"js",
"less",
"LICENSE"
],
"main": "dist/js/bootstrap-submenu.js",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"bootstrap": "~3.3.5",
"grunt": "~0.4.5",
"grunt-banner": "~0.4.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.13.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "~0.13.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-ejs": "~0.3.0",
"highlight.js": "~8.7.0",
"jquery": "~2.1.4",
"load-grunt-tasks": "~3.2.0",
"octicons": "github/octicons"
},
"engines": {
"node": "=>0.10.0"
},
"spm": {
"main": "dist/js/bootstrap-submenu.js",
"ignore": [
"docs",
".gitattributes",
".gitignore",
".travis.yml",
"Gruntfile.js",
"README.md",
"_config.yml",
"bower.json",
"composer.json"
]
}
}