UNPKG

1.14 kBJSONView Raw
1{
2 "name": "feds-cli",
3 "version": "0.6.4",
4 "description": "Front-end Dev Stack tool for scaffolding, generating, processing web projects and resources",
5 "main": "index.js",
6 "engines": {
7 "node": ">=0.12.0"
8 },
9 "dependencies": {
10 "ansi-rainbow": "0.0.8",
11 "case": "^1.2.1",
12 "chalk": "^1.0.0",
13 "cli": "^0.8.0",
14 "fs-extra": "^0.18.3",
15 "github-download": "^0.3.0",
16 "lodash": "^3.9.3",
17 "mkdirp": "^0.5.1",
18 "pluralize": "^1.1.2",
19 "slugify": "^0.1.1",
20 "spawn-npm-install": "^1.1.0"
21 },
22 "devDependencies": {
23 "gulp": "^3.9.0",
24 "gulp-bump": "^0.3.1"
25 },
26 "scripts": {
27 },
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/viktorbezdek/feds-cli"
31 },
32 "keywords": [
33 "frontend",
34 "dev",
35 "stack",
36 "cli"
37 ],
38 "author": "Viktor Bezdek <viktor.bezdek@siteone.cz>",
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/viktorbezdek/feds-cli/issues"
42 },
43 "homepage": "https://github.com/viktorbezdek/feds-cli"
44}