diff options
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" + ] +} |