UNPKG

babel-plugin-transform-amd-system-wrapper

Version:
38 lines (37 loc) 961 B
{ "name": "babel-plugin-transform-amd-system-wrapper", "version": "0.3.7", "description": "Wraps AMD scripts into System.registerDynamic(...", "repository": { "type": "git", "url": "http://github.com/jrauschenbusch/babel-plugin-transform-amd-system-wrapper.git" }, "author": "Jochen Rauschenbusch", "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" ] }