UNPKG

1.44 kBJSONView Raw
1{
2 "name": "lodash-webpack-plugin",
3 "version": "0.9.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 || true",
17 "prepublish": "npm run build",
18 "test": "mocha --check-leaks --slow 1e3 --compilers js:babel-core/register"
19 },
20 "dependencies": {
21 "lodash": "^4.13.1"
22 },
23 "devDependencies": {
24 "babel-cli": "^6.9.0",
25 "babel-core": "^6.9.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.9.0",
30 "bluebird": "^3.4.0",
31 "chai": "^3.5.0",
32 "glob": "^7.0.3",
33 "gzip-size": "^3.0.0",
34 "memory-fs": "^0.3.0",
35 "mocha": "^2.5.2",
36 "webpack": "^1.13.1"
37 },
38 "babel": {
39 "plugins": [
40 "babel-plugin-add-module-exports"
41 ],
42 "presets": [
43 "es2015"
44 ]
45 },
46 "files": [
47 "lib/index.js",
48 "lib/listing.js",
49 "lib/mapping.js"
50 ]
51}