Skip to content

Commit

Permalink
package.json details
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonatan Kra committed Jan 2, 2019
1 parent 89dd636 commit 5f55b1c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "ce-modal-window",
"name": "web-components-ui-elements",
"version": "1.0.0",
"description": "",
"description": "UI elements library based on web components",
"main": "index.js",
"scripts": {
"test": "karma start config/karma.conf.js",
"build": "webpack --config config/webpack.prod.js",
"build:watch": "webpack --config config/webpack.prod.js --watch",
"serve": "webpack-dev-server --config config/webpack.dev.js"
},
"author": "",
"license": "ISC",
"author": "Yonatan Kra",
"license": "MIT",
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.3",
Expand All @@ -30,5 +30,9 @@
},
"dependencies": {
"webpack-merge": "^4.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/yonatankra/web-components-ui-elements.git"
}
}

0 comments on commit 5f55b1c

Please sign in to comment.