You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
528 B
JSON

{
"name": "webpack-preset-loader",
"version": "1.0.0",
"description": "A tool for using Webpack presets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.cryto.net:joepie91/node-webpack-preset-loader.git"
},
"keywords": [
"webpack",
"preset"
],
"author": "Sven Slootweg <admin@cryto.net>",
"license": "WTFPL",
"dependencies": {
"deepmerge": "^2.1.0",
"is-plain-object": "^2.0.4"
}
}