forked from manGoweb/mango-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 2.76 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "mango-cli",
"version": "0.28.0-4",
"description": "Scaffold and build your projects way more faster than before. Preconfigured frontend devstack to the absolute perfection. Fully automated to save your precious time. Ready for any type of web project.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"bin": {
"mango": "bin/mango"
},
"preferglobal": true,
"repository": {
"type": "git",
"url": "https://github.com/manGoweb/mango-cli.git"
},
"keywords": [
"browserify",
"browsersync",
"build",
"clean-css",
"coffeescript",
"frontend",
"generator",
"gulp",
"imagemin",
"jade",
"mango",
"mangoweb",
"patternlab",
"react",
"sass",
"scaffolding",
"sourcemaps",
"stylus",
"uglifyjs"
],
"author": "manGoweb s.r.o. <info@mangoweb.cz> (www.mangoweb.cz)",
"contributors": [
"Matěj Šimek <email@matejsimek.cz> (www.matejsimek.cz)",
"Viliam Kopecký <vk@viliamkopecky.cz> (viliamkopecky.com)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/manGoweb/mango-cli/issues"
},
"homepage": "https://github.com/manGoweb/mango-cli",
"dependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^5.8.25",
"better-console": "^0.2.3",
"browser-sync": "^2.11.1",
"chokidar": "^1.0.1",
"commander": "^2.5.0",
"compression": "^1.6.1",
"del": "^2.2.0",
"gift": "^0.7.0",
"gulp": "^3.8.10",
"gulp-cached": "^1.1.0",
"gulp-data": "^1.2.0",
"gulp-file": "^0.3.0",
"gulp-filter": "^3.0.1",
"gulp-front-matter": "^1.2.3",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.0.0",
"gulp-jade": "^1.1.0",
"gulp-jade-inheritance": "^0.5.2",
"gulp-less": "^3.0.2",
"gulp-minify-css": "^1.2.1",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-sass": "^2.3.0-beta.1",
"gulp-sass-glob": "^1.0.5",
"gulp-sourcemaps": "^1.2.8",
"gulp-stylus": "^2.3.0",
"gulp-svg-sprite": "^1.2.19",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.2",
"gulp-webmake": "0.0.4",
"imagemin-pngquant": "^4.0.0",
"jade": "^1.10.0",
"js-yaml": "^3.5.3",
"jsonfile": "^2.0.0",
"lodash": "3.10.1",
"merge-stream": "^1.0.0",
"minimatch": "^3.0.0",
"mocha": "^2.4.5",
"nib": "^1.0.4",
"node-notifier": "^4.1.2",
"patternlab-node": "git://github.com/manGoweb/patternlab-node.git#v0.3.0",
"run-sequence": "^1.0.2",
"semver": "^5.1.0",
"sharp": "^0.15.1",
"should": "^8.2.1",
"webmake-coffee": "^0.1.4"
},
"config": {
"default_fork_repo": "https://github.com/mangoweb/mango-cli-example.git"
},
"devDependencies": {
"mocha": "^2.0.1",
"should": "^8.0.2"
}
}