-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 1.12 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
{
"name": "path-menu",
"version": "1.1.1",
"description": "Path 2.0 Flyout Menu using CSS",
"author": "Tunghsiao Liu",
"homepage": "https://sparanoid.com/lab/path-menu/",
"main": "Gruntfile.coffee",
"devDependencies": {
"connect-livereload": "^0.6.0",
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-concurrent": "^2.3.1",
"grunt-coffeelint": "0.0.16",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-conventional-changelog": "^6.1.0",
"matchdep": "^2.0.0"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/sparanoid/path-menu.git"
},
"keywords": [
"less",
"css"
],
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "60f7e2a24c03d7c73b769ef10084644d217fbf26"
}