UNPKG

app-decorators

Version:

Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps

44 lines (43 loc) 1.04 kB
{ "name": "app-decorators", "version": "0.8.252", "description": "Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps", "author": "Serkan Sipahi <serkan.sipahi@yahoo.de>", "main": "src/index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SerkanSipahi/app-decorators.git" }, "bugs": { "url": "https://github.com/SerkanSipahi/app-decorators/issues" }, "scripts": { "postinstall": "npm install named-js-regexp@1.3.3 core-js@2.5.2 webcomponents.js@0.7.24 handlebars@4.0.11 extend@3.0.1 dom4@1.8.5", "test": "echo test" }, "keywords": [ "es6", "es7", "es2015", "es2016", "babel", "decorators", "component", "model", "view", "controller", "eventlistener", "router", "convention", "webapp", "mixin" ], "dependencies": { "babel-preset-app-decorators": "0.8.252", "babel-preset-es2015": "6.24.1" }, "devDependencies": { "babel-preset-env": "1.6.1" } }