UNPKG

babel-preset-lux

Version:

A babel preset containing all of the plugins required by Lux.

29 lines (28 loc) 809 B
{ "name": "babel-preset-lux", "version": "2.0.2", "description": "A babel preset containing all of the plugins required by Lux.", "repository": "github:postlight/babel-preset-lux", "keywords": [ "lux", "babel", "preset" ], "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Zachary Golba", "license": "MIT", "engines": { "node": ">= 6.0" }, "dependencies": { "babel-plugin-external-helpers": "^6.18.0", "babel-plugin-transform-async-to-generator": "^6.8.0", "babel-plugin-transform-class-properties": "^6.19.0", "babel-plugin-transform-exponentiation-operator": "^6.8.0", "babel-plugin-transform-flow-strip-types": "^6.18.0", "babel-plugin-transform-object-rest-spread": "^6.20.2" } }