diff options
author | Artur <artur@vaadin.com> | 2018-01-22 12:57:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 12:57:42 +0200 |
commit | e2dc6db70c245cfb7aafcc5e19cf904305394a4d (patch) | |
tree | 2670330c10e6654121bfc9a306f7ee57e492d164 /package.json | |
parent | 6690fe8fbc34130a351aeac7b8434eb0ea226748 (diff) | |
download | vaadin-e2dc6db70c245cfb7aafcc5e19cf904305394a4d.tar.gz vaadin-e2dc6db70c245cfb7aafcc5e19cf904305394a4d.zip |
Add simple Travis build to detect dependency conflicts (#6)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..834587e --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "vaadin", + "version": "10.0.0-alpha13", + "description": "Vaadin Elements is an evolving set of open source custom HTML elements, built using Polymer, for building mobile and desktop web applications in modern browsers.", + "author": "Vaadin Ltd", + "license": "(Apache-2.0 OR SEE LICENSE IN https://vaadin.com/license/cval-3.0)", + "dependencies": { + "bower": "latest" + }, + "devDependencies": {}, + "keywords": [ + "vaadin", + "core", + "elements", + "web", + "components", + "webcomponents", + "web-components" + ] +} |