babel-plugin-webpack-alias
Version:
babel 6 plugin which allows to use webpack aliases
60 lines (59 loc) • 1.64 kB
JSON
{
"version": "1.4.0",
"name": "babel-plugin-webpack-alias",
"description": "babel 6 plugin which allows to use webpack aliases",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build",
"dev": "watch 'npm run build' src/",
"lint": "eslint src/ test/",
"test": "ava",
"prepublish": "npm run build"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/trayio/babel-plugin-webpack-alias/issues",
"email": "adrien@tray.io"
},
"repository": {
"type": "git",
"url": "https://github.com/trayio/babel-plugin-webpack-alias.git"
},
"author": "Adrien Antoine <adrien@tray.io> (http://tray.io)",
"homepage": "https://github.com/trayio/babel-plugin-webpack-alias#readme",
"devDependencies": {
"ava": "^0.15.2",
"babel-cli": "^6.5.1",
"babel-core": "^6.6.0",
"babel-plugin-transform-es2015-destructuring": "^6.6.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.6.0",
"babel-plugin-transform-es2015-parameters": "^6.6.0",
"babel-plugin-transform-es2015-spread": "^6.5.2",
"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.5.0",
"babel-plugin-transform-strict-mode": "^6.5.2",
"babel-register": "^6.5.2",
"eslint": "^3.2.2",
"estraverse-fb": "^1.3.1",
"watch": "^0.19.1"
},
"keywords": [
"babel",
"webpack",
"alias",
"mocha",
"testing"
],
"ava": {
"files": [
"test/**/*.spec.js"
],
"require": [
"babel-register"
]
},
"dependencies": {
"babel-types": "^6.5.2",
"find-up": "^1.1.2"
}
}