UNPKG

babel-plugin-transform-builtin-classes

Version:

[![Build Status](https://travis-ci.org/WebReflection/babel-plugin-transform-builtin-classes.svg?branch=master)](https://travis-ci.org/WebReflection/babel-plugin-transform-builtin-classes) [![donate](https://img.shields.io/badge/$-donate-ff69b4.svg?maxAge=

44 lines (43 loc) 1.2 kB
{ "name": "babel-plugin-transform-builtin-classes", "version": "0.6.1", "description": "", "keywords": [ "babel", "babel-plugin", "es6", "classes", "native", "custom", "elements", "fixed" ], "main": "lib", "scripts": { "build": "babel src -d lib && cp .babelrc lib/.babelrc", "watch": "babel src -d lib -w", "test": "node test/test.js && npm run build && node test/index.js && node test/test.es5.js" }, "repository": { "type": "git", "url": "git+https://github.com/WebReflection/babel-plugin-transform-builtin-classes.git" }, "author": "Andrea Giammarchi", "license": "ISC", "bugs": { "url": "https://github.com/WebReflection/babel-plugin-transform-builtin-classes/issues" }, "homepage": "https://github.com/WebReflection/babel-plugin-transform-builtin-classes#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.25.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "tressa": "^0.3.1" }, "dependencies": { "babel-plugin-transform-es2015-classes": "^6.24.1", "babel-runtime": "^6.23.0", "babel-template": "^6.25.0" } }