-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·57 lines (57 loc) · 1.33 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
{
"name": "rvnm",
"version": "1.5.0",
"description": "Responsive vertical navigation menu",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4xmen/rvnm.git"
},
"keywords": [
"jquery-plugin",
"nav-menu",
"Responsive",
"vertical",
"navigation",
"menu",
"wordpress-menu"
],
"author": "4xmen - A1Gard",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/4xmen/rvnm/issues"
},
"files": [
"dist/*",
"dist/img/*",
"src/*",
"LICENSE"
],
"homepage": "https://github.com/4xmen/rvnm#readme",
"devDependenciesnpm": {
"grunt": "^1.0.4",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"vazirmatn": "^33.0.3",
"jquery": ">=1.10.2"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-concat-css": "^0.3.2",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
}
}