UNPKG

932 BJSONView Raw
1{
2 "name": "fle-cli",
3 "version": "4.8.0",
4 "description": "A command line tool for front-end developer with zero configuration.",
5 "bin": {
6 "fle": "bin/fle"
7 },
8 "scripts": {
9 "log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
10 "pub": "node tools/publish.js"
11 },
12 "keywords": [
13 "fle",
14 "compile",
15 "webpack"
16 ],
17 "author": "huangancheng",
18 "license": "MIT",
19 "repository": {
20 "type": "git",
21 "url": "git+https://github.com/ansenhuang/fle-cli.git"
22 },
23 "bugs": {
24 "url": "https://github.com/ansenhuang/fle-cli/issues"
25 },
26 "homepage": "https://github.com/ansenhuang/fle-cli#readme",
27 "dependencies": {
28 "@fle/color": "^0.0.3",
29 "commander": "^2.17.1",
30 "cross-spawn": "^6.0.5",
31 "glob": "^7.1.2",
32 "inquirer": "^6.1.0",
33 "rimraf": "^2.6.2",
34 "spritesmith": "^3.3.1",
35 "update-notifier": "^2.5.0"
36 },
37 "engines": {
38 "node": ">=6.11.5"
39 }
40}