Skip to content

Commit

Permalink
Updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliucirlan committed Dec 15, 2020
1 parent 6ec75e7 commit faf7c5a
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,29 @@
{
"name": "mdsm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "A jQuery plugin built on top of Bootstrap’s framework to create a mobile responsive menu similar to Google’s Material Design.",
"main": "dist/js/mdsm.min.js",
"scripts": {
"start": "webpack-dev-server --open --mode development",
"build": "webpack --mode production"
},
"keywords": [],
"author": "",
"repository": {
"type": "git",
"url": "https://github.com/corneliucirlan/mdsm.git"
},
"keywords": [
"jquery-plugin",
"jquery",
"bootstrap",
"material design",
"menu",
"mobile",
"responsive"
],
"author": "Corneliu Cîrlan <corneliu@corneliucirlan.com> (https://www.corneliucirlan.com)",
"license": "ISC",
"bugs": "https://github.com/corneliucirlan/mdsm/issues",
"homepage": "https://mdsm.corneliucirlan.com/",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-runtime": "^7.12.10",
Expand Down

0 comments on commit faf7c5a

Please sign in to comment.