|
@ -1,7 +1,7 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "tiny-tags", |
|
|
"name": "tiny-tags", |
|
|
"version": "1.0.0", |
|
|
"version": "1.0.0", |
|
|
"description": "Form Field, add Tags to a List", |
|
|
|
|
|
|
|
|
"description": "Form Field Component to add Tags to a List", |
|
|
"scripts": { |
|
|
"scripts": { |
|
|
"dev": "npm run development", |
|
|
"dev": "npm run development", |
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", |
|
|
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", |
|
@ -13,7 +13,7 @@ |
|
|
}, |
|
|
}, |
|
|
"repository": { |
|
|
"repository": { |
|
|
"type": "git", |
|
|
"type": "git", |
|
|
"url": "git@gitlab.tentakelfabrik.de:tentakelfabrik/tiny-components/tiny-tags.git" |
|
|
|
|
|
|
|
|
"url": "git@github.com:tentakelfabrik/tiny-tags.git" |
|
|
}, |
|
|
}, |
|
|
"author": "Björn Hase", |
|
|
"author": "Björn Hase", |
|
|
"license": "MIT", |
|
|
"license": "MIT", |
|
|