31 lines
762 B
JSON
31 lines
762 B
JSON
{
|
|
"name": "mhead-js",
|
|
"version": "2.0.0",
|
|
"main": "dist/mhead.js",
|
|
"module": "src/mhead.js",
|
|
"author": "Fred Heusschen <info@frebsite.nl>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/FrDH/jQuery.mhead.git"
|
|
},
|
|
"description": "A small framework for creating a beautiful mobile navigation header to accompany the mmenu.js menu on your website and webapp.",
|
|
"keywords": [
|
|
"app",
|
|
"mobile",
|
|
"navigation",
|
|
"head",
|
|
"header",
|
|
"navbar"
|
|
],
|
|
"license": "CC-BY-NC-4.0",
|
|
"devDependencies": {
|
|
"gulp": "^4.0.0",
|
|
"gulp-autoprefixer": "^6.1.0",
|
|
"gulp-clean-css": "^4.0.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-typescript": "^5.0.1",
|
|
"typescript": "^3.4.4",
|
|
"webpack-stream": "^5.2.1"
|
|
}
|
|
}
|