UNPKG

1.06 kBJSONView Raw
1{
2 "name": "ufe",
3 "version": "1.6.9",
4 "description": "Meicai FE Dev toolset",
5 "main": "bin/index.js",
6 "bin": {
7 "ufe": "bin/ufe.js",
8 "ufe-kp": "bin/kill-port.js",
9 "ufe-ser": "bin/http-server.js",
10 "ufe-new": "bin/new-file.js",
11 "ufe-npm": "bin/npm-x.js"
12 },
13 "scripts": {
14 "push": "npm publish",
15 "pull": "npm unpublish --force",
16 "perm": "chown -R $(whoami) ./"
17 },
18 "author": "",
19 "license": "ISC",
20 "dependencies": {
21 "chalk": "^2.4.2",
22 "colors": "^1.1.2",
23 "commander": "^2.9.0",
24 "corser": "^2.0.1",
25 "cp-file": "^4.1.1",
26 "dateformat": "^2.0.0",
27 "easy-table": "^1.1.0",
28 "ecstatic": "^2.1.0",
29 "execa": "^0.7.0",
30 "fastcgi-client": "^0.0.1",
31 "he": "^1.1.1",
32 "http-proxy": "^1.16.2",
33 "inquirer": "^3.1.0",
34 "meow": "^3.7.0",
35 "opener": "^1.4.3",
36 "optimist": "^0.6.1",
37 "portfinder": "^1.0.13",
38 "union": "^0.4.6",
39 "urlencode-for-php": "^1.0.2"
40 },
41 "repository": {
42 "type": "git",
43 "url": "git+https://github.com/changfengliu/ufe.git"
44 }
45}