forked from PhilJ/gulp-kss
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 830 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 830 Bytes
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
{
"name": "gulp-kss",
"version": "2.0.2",
"description": "Gulp plugin for KSS (Knyle Style Sheets) documentation generation",
"repository": {
"type": "git",
"url": "https://github.com/philj/gulp-kss.git"
},
"keywords": [
"kss",
"documentation",
"styleguide",
"generator",
"gulp"
],
"contributors": [
{
"name": "Philipp Schächtele",
"email": "philipp@digitalwerft.com"
},
{
"name": "Kevin Druff",
"email": "kevin.druff@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"kss": "~2.0.2",
"through": "~2.3.4",
"gulp": "~3.5.2",
"marked": "~0.3.1",
"object-assign": "~2.0.0",
"vinyl": "~0.4.6",
"handlebars": "~2.0.0-alpha.1",
"gulp-less": "~1.2.1"
},
"devDependencies": {
"gulp-util": "~2.2.14"
}
}