UNPKG

babel-plugin-gruu

Version:
38 lines (37 loc) 961 B
{ "name": "babel-plugin-gruu", "version": "1.0.5", "description": "Babel plugin for transpiling JSX to Gruu", "main": "src/index.js", "scripts": { "test": "jest", "test:watch": "jest --watchAll --verbose --coverage", "dev": "nodemon --exec babel index.js", "build": "webpack", "build:watch": "webpack --progress --colors --watch", "start": "node server.js" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-preset-env": "^1.6.0", "eslint": "^3.18.0", "express": "^4.15.4", "gruujs": "^1.5.0", "jest": "^20.0.4", "nodemon": "^1.11.0", "webpack": "^3.5.5" }, "dependencies": { "babel-plugin-syntax-jsx": "^6.18.0" }, "repository": "https://github.com/MarekLabuz/babel-plugin-gruu.git", "author": "Marek Łabuz", "license": "MIT", "keywords": [ "babel-plugin", "gruu" ] }