UNPKG

babel-plugin-transform-cjs-system-wrapper

Version:
37 lines (36 loc) 922 B
{ "name": "babel-plugin-transform-cjs-system-wrapper", "version": "0.6.2", "description": "Wraps CommonJS scripts into System.registerDynamic(...", "repository": { "type": "git", "url": "http://github.com/jrauschenbusch/babel-plugin-transform-cjs-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": { "build": "babel src -d lib", "test": "mocha --compilers js:babel-register", "test:watch": "npm run test -- --watch", "prepublish": "npm run build" }, "keywords": [ "babel", "plugin", "systemjs", "babel-plugin" ] }