UNPKG

babel-plugin-transform-global-system-wrapper

Version:
38 lines (37 loc) 965 B
{ "name": "babel-plugin-transform-global-system-wrapper", "version": "0.3.4", "description": "Converts global scripts into named System.registerDynamic('name', [], ...", "repository": { "type": "git", "url": "http://github.com/systemjs/babel-plugin-transform-global-system-wrapper.git" }, "author": "", "license": "MIT", "main": "lib/index.js", "dependencies": { "babel-template": "^6.9.0" }, "devDependencies": { "babel-cli": "^6.4.5", "babel-core": "^6.10.4", "babel-preset-es2015": "^6.3.13", "babel-register": "^6.9.0", "file-exists": "^1.0.0", "mocha": "^2.2.5", "rimraf": "^2.5.3" }, "scripts": { "clean": "rimraf lib", "build": "babel src -d lib", "test": "mocha --compilers js:babel-register", "test:watch": "npm run test -- --watch", "prepublish": "npm run clean && npm run build" }, "keywords": [ "babel", "plugin", "systemjs", "babel-plugin" ] }