babel-plugin-transform-es2015-modules-simple-desctructure-amd
Version:
Simplified imports, destructures and exports
36 lines (35 loc) • 1.06 kB
JSON
{
"name": "babel-plugin-transform-es2015-modules-simple-desctructure-amd",
"version": "0.1.0",
"description": "Simplified imports, destructures and exports",
"repository": "th3dark0n3/babel-plugin-transform-es2015-modules-simple-destructure-amd",
"license": "MIT",
"main": "dist/index.js",
"dependencies": {
"babel-runtime": "^6.3.19",
"better-log": "^1.3.1",
"babel-template": "^6.3.13"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.21",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.3.13",
"chalk": "^1.1.0",
"clear": "0.0.1",
"diff": "^1.4.0",
"watch": "^0.16.0"
},
"scripts": {
"release": "babel src --out-dir dist",
"test": "node test",
"watch": "node test --watch",
"prepublish": "npm test && npm run release"
},
"keywords": [
"babel-plugin",
"amd",
"destructure"
]
}