UNPKG

687 BJSONView Raw
1{
2 "name": "m-build",
3 "version": "2.3.7",
4 "description": "m-build 把webpack,rollup,bable,browser-snyc,全部都集成到gulp里面只需要你在config里面配置一下就可以选择自己的打包方式,适合安装一次不用多次安装,配置每次只需要改下目录路径就好。",
5 "main": "index.js",
6 "bin": {
7 "m": "bin/m.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/shitinglu/m-build"
12 },
13 "dependencies": {
14 "colors-cli": "^1.0.8",
15 "commander": "^2.11.0",
16 "shelljs": "^0.7.7"
17 },
18 "scripts": {
19 "test": "echo \"Error: no test specified\" && exit 1"
20 },
21 "author": "shitinglu",
22 "license": "ISC"
23}