UNPKG

1.39 kBJSONView Raw
1{
2 "name": "lodash-webpack-plugin",
3 "version": "0.5.0",
4 "description": "Smaller modular Lodash builds.",
5 "keywords": "webpack-plugin, lodash, modules",
6 "repository": "lodash/lodash-webpack-plugin",
7 "license": "MIT",
8 "main": "lib/index.js",
9 "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
10 "contributors": [
11 "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
12 "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
13 "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
14 ],
15 "scripts": {
16 "build": "babel src --out-dir lib",
17 "prepublish": "npm run build",
18 "test": "mocha --check-leaks --slow 1e3 --compilers js:babel-core/register"
19 },
20 "dependencies": {
21 "lodash": "^4.12.0"
22 },
23 "devDependencies": {
24 "babel-cli": "^6.8.0",
25 "babel-core": "^6.8.0",
26 "babel-loader": "^6.2.4",
27 "babel-plugin-add-module-exports": "~0.2.1",
28 "babel-plugin-lodash": "^3.1.4",
29 "babel-preset-es2015": "^6.6.0",
30 "bluebird": "^3.3.5",
31 "glob": "^7.0.3",
32 "gzip-size": "^3.0.0",
33 "memory-fs": "^0.3.0",
34 "mocha": "^2.4.5",
35 "webpack": "^1.13.0"
36 },
37 "babel": {
38 "plugins": [
39 "babel-plugin-add-module-exports"
40 ],
41 "presets": [
42 "es2015"
43 ]
44 },
45 "files": [
46 "lib/index.js",
47 "lib/mapping.js"
48 ]
49}