UNPKG

725 BJSONView Raw
1{
2 "name": "webpack-production-builder",
3 "description": "production builder",
4 "version": "0.0.14",
5 "bin": {
6 "wpb": "bin/build"
7 },
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/Sandon/webpack-production-builder.git"
11 },
12 "keywords": [
13 "style",
14 "compile",
15 "tools"
16 ],
17 "author": {
18 "name": "Sandon",
19 "email": "the_sandon@hotmail.com"
20 },
21 "dependencies": {
22 "babel-preset-es2015": "^6.18.0",
23 "babel-preset-stage-3": "^6.17.0",
24 "del": "^2.2.2",
25 "gulp": "^3.9.1",
26 "gulp-babel": "^6.1.2",
27 "gulp-clean-css": "^2.0.13",
28 "gulp-filter": "^4.0.0",
29 "gulp-uglify": "^2.0.0",
30 "gulp-util": "^3.0.7",
31 "nopt": "^3.0.6"
32 },
33 "license": ""
34}