-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
30 lines (30 loc) · 869 Bytes
/
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
{
"name": "css-circle-menu",
"version": "2.0.0",
"description": "My circular fly-out CSS navigation menu component, built with CSS3.",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"node-notifier": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/callmenick/CSS-Circle-Menu.git"
},
"author": "Nick Salloum <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/callmenick/CSS-Circle-Menu/issues"
},
"homepage": "https://github.com/callmenick/CSS-Circle-Menu#readme"
}