forked from Semantic-Org/Semantic-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.82 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
{
"name" : "semantic-ui",
"version" : "1.12.3",
"title" : "Semantic UI",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"author" : "Jack Lukic <[email protected]>",
"license" : "MIT",
"repository": {
"type" : "git",
"url" : "git://github.com/Semantic-Org/Semantic-UI.git"
},
"bugs": {
"url" : "https://github.com/Semantic-Org/Semantic-UI/issues"
},
"scripts": {
"install": "gulp install"
},
"peerDependencies": {
"better-console" : "0.*",
"del" : "1.*",
"extend" : "2.*",
"gulp" : "3.*",
"gulp-autoprefixer" : "2.*",
"gulp-chmod" : "1.*",
"gulp-clone" : "1.*",
"gulp-concat" : "2.*",
"gulp-concat-css" : "2.*",
"gulp-copy" : "0.*",
"gulp-flatten" : "0.*",
"gulp-header" : "1.*",
"gulp-help" : "1.*",
"gulp-if" : "1.*",
"gulp-less" : "3.*",
"gulp-minify-css" : "0.*",
"gulp-notify" : "2.*",
"gulp-plumber" : "0.*",
"gulp-print" : "1.*",
"gulp-replace" : "0.*",
"gulp-rename" : "1.*",
"gulp-rtlcss" : "0.*",
"gulp-uglify" : "1.*",
"gulp-util" : "3.*",
"gulp-watch" : "4.*",
"require-dot-file" : "0.*"
},
"dependencies": {
"better-console" : "0.*",
"del" : "1.*",
"extend" : "2.*",
"gulp" : "3.*",
"gulp-autoprefixer" : "2.*",
"gulp-chmod" : "1.*",
"gulp-clone" : "1.*",
"gulp-concat" : "2.*",
"gulp-concat-css" : "2.*",
"gulp-copy" : "0.*",
"gulp-flatten" : "0.*",
"gulp-header" : "1.*",
"gulp-help" : "1.*",
"gulp-if" : "1.*",
"gulp-json-editor" : "2.*",
"gulp-less" : "3.*",
"gulp-minify-css" : "0.*",
"gulp-notify" : "2.*",
"gulp-plumber" : "0.*",
"gulp-print" : "1.*",
"gulp-prompt" : "0.*",
"gulp-rename" : "1.*",
"gulp-replace" : "0.*",
"gulp-rtlcss" : "0.*",
"gulp-uglify" : "1.*",
"gulp-util" : "3.*",
"gulp-watch" : "4.*",
"jquery" : "x.*",
"mkdirp" : "0.*",
"require-dot-file" : "0.*",
"wrench" : "https://github.com/derekslife/wrench-js/tarball/156eaceed68ed31ffe2a3ecfbcb2be6ed1417fb2"
},
"devDependencies": {
"github" : "^0.2.3",
"gulp-concat-filenames" : "^0.0.3",
"merge-stream" : "^0.1.7",
"gulp-debug" : "^2.0.1",
"gulp-git" : "^1.0.0",
"gulp-tap" : "^0.1.3",
"run-sequence" : "^1.0.2"
}
}