UNPKG

justo-plugin-babel

Version:
60 lines (59 loc) 1.23 kB
{ "name": "justo-plugin-babel", "version": "0.3.0", "description": "Plugin for running Babel.", "homepage": "http://www.justojs.org", "author": { "name": "Justo Labs", "email": "justojs@justolabs.com", "url": "http://www.justojs.org" }, "contributors": [ { "name": "Raúl G. González", "email": "raulggonzalez@justojs.org", "url": "" } ], "keywords": [ "Justo", "Justo.js", "justo-plugin", "Babel" ], "bugs": { "url": "https://github.com/justojsp/justo-plugin-babel/issues", "email": "issues@justojs.org" }, "repository": { "type": "git", "url": "https://github.com/justojsp/justo-plugin-babel.git" }, "engines": { "node": ">=4.0.0", "npm": ">=3.0.0" }, "dependencies": { "babel-core": "*" }, "peerDependencies": {}, "devDependencies": { "babel-preset-es2015": "*", "justo": "*", "justo-assert": "*", "justo-assert-fs": "*", "justo-fs": "*", "justo-plugin-cli": "*", "justo-plugin-fs": "*", "justo-plugin-jshint": "*", "justo-plugin-npm": "*" }, "preferGlobal": false, "main": "index.js", "files": [ "lib" ], "scripts": { "test": "justo test" } }