-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 726 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 726 Bytes
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
{
"name": "css-responsive-menu",
"version": "0.0.2",
"description": "Dat Chung",
"main": "index.html",
"dependencies": {},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-csslint": "~0.3.1",
"grunt-contrib-compress": "~0.13.0",
"grunt-header": "~1.0.0",
"grunt-contrib-clean": "~0.6.0",
"bower": "~1.3.12"
},
"repository": {
"type": "git",
"url": "https://datchung.com"
},
"keywords": [
"menu",
"navigation",
"responsive",
"css"
],
"author": "Dat Chung",
"license": "MIT",
"homepage": "http://datchung.com/css-responsive-menu/"
}