webpack-sorcery-plugin
Version:
Webpack plugin using sorcery to merge the chained sourcemaps
39 lines (38 loc) • 983 B
JSON
{
"name": "webpack-sorcery-plugin",
"version": "0.2.1",
"description": "Webpack plugin using sorcery to merge the chained sourcemaps",
"main": "dist/index.js",
"scripts": {
"start": "npm run build",
"build": "./node_modules/.bin/babel src --out-dir dist",
"lint": "./node_modules/.bin/eslint src; exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elvis-macak/webpack-sorcery-plugin.git"
},
"keywords": [
"sorcery",
"webpack",
"source-map"
],
"author": "elvis@lnmpy.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/elvis-macak/webpack-sorcery-plugin/issues"
},
"homepage": "https://github.com/elvis-macak/webpack-sorcery-plugin",
"dependencies": {
"sorcery": "0.10.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.9.0",
"webpack": "^2.2.0"
},
"peerDependencies": {
"webpack": ">=2.2.0 <4.0.0"
}
}