UNPKG

2.25 kBJSONView Raw
1{
2 "name": "gupack",
3 "version": "2.2.0",
4 "description": "(基于gulp的前端构建工具, 支持browserify、webpack对入口文件编译)Based on the front-end build tools of gulp",
5 "keyword": "javascript, nodejs, gulp, babel, browserify, webpack",
6 "keywords": ["javascript", "nodejs", "gulp", "babel", "browserify", "vue", "react", "webpack"],
7 "author": {
8 "name": "Rodey Luo",
9 "email": "rodeyluo@gmail.com"
10 },
11 "license": "MIT",
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/RodeyManager/gupack.git"
15 },
16 "homepage": "https://github.com/RodeyManager/gupack.git#readme",
17 "bin": {
18 "gupack": "./bin/gupack.js",
19 "gp": "./bin/gupack.js"
20 },
21 "main": "index",
22 "files": ["index.js", "bin", "lib", "shell", "templates.json", "mocha.opts"],
23 "dependencies": {
24 "chalk": "^1.1.3",
25 "chokidar": "^1.7.0",
26 "cli-spinners": "^1.0.0",
27 "commander": "^2.11.0",
28 "dateformat": "^3.0.3",
29 "download-github-repo": "^0.1.3",
30 "extend": "^3.0.1",
31 "fs-extra": "^0.30.0",
32 "fs-readdir-recursive": "^1.0.0",
33 "gulp": "^3.9.1",
34 "gulp-clean": "^0.3.2",
35 "gulp-plumber": "^1.1.0",
36 "gulp-util": "^3.0.8",
37 "http-proxy": "^1.16.2",
38 "inquirer": "^3.2.1",
39 "lodash": "^4.17.4",
40 "map-stream": "0.0.7",
41 "micromatch": "^3.1.4",
42 "minimist": "^1.2.0",
43 "mocha": "^3.5.0",
44 "pako": "^1.0.3",
45 "parents": "^1.0.1",
46 "pretty-hrtime": "^1.0.3",
47 "prompt": "^1.0.0",
48 "ssh2": "^0.5.5",
49 "through2": "^2.0.3",
50 "user-home": "^2.0.0",
51 "vinyl-fs": "^2.4.4",
52 "ws": "^3.1.0"
53 },
54 "_npmUser": {
55 "name": "rodey",
56 "email": "rodeyluo@gmail.com"
57 },
58 "devDependencies": {
59 "gulp-autoprefixer": "^3.1.0",
60 "gulp-concat": "^2.6.0",
61 "gulp-displace": "^v1.0.2",
62 "gulp-htmlmin": "^3.0.0",
63 "gulp-jsminer": "^1.0.4",
64 "gulp-merge-css": "^1.0.1",
65 "gulp-recache": "^1.0.5",
66 "gulp-tag-include": "^1.1.6",
67 "gulp-uglifycss": "^1.0.4",
68 "uglify-js": "^2.8.21"
69 }
70}