-
Notifications
You must be signed in to change notification settings - Fork 487
/
Copy pathpackage.json
101 lines (101 loc) · 2.59 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
{
"name": "clay",
"version": "2.0.0-alpha.10",
"description": "Liferay's web implementation of the Lexicon Design Language",
"main": "index.js",
"csfConfig": {
"js": {
"lint": {
"globals": {
"jQuery": true
},
"rules": {}
}
}
},
"scripts": {
"test": "exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/liferay/clay"
},
"bugs": "https://github.com/liferay/clay/issues",
"homepage": "http://claycss.com",
"author": {
"name": "Nate Cavanaugh",
"email": "nathan.cavanaugh@liferay.com",
"url": "https://github.com/natecavanaugh"
},
"contributors": [
{
"name": "Patrick Yeo",
"email": "patrick.yeo@liferay.com",
"web": "https://github.com/pat270"
},
{
"name": "Rob Frampton",
"email": "rob.g.frampton@gmail.com",
"web": "https://github.com/Robert-Frampton"
}
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.6.1",
"basename": "^0.1.2",
"bluebird": "^3.0.6",
"bower": "^1.4.1",
"browser-sync": "^2.14.0",
"center-align": "^0.1.1",
"chalk": "^1.0.0",
"cheerio": "^0.20.0",
"cross-spawn": "^2.1.0",
"ejs": "^2.3.1",
"fs-extra": "^0.10.0",
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-cheerio": "^0.6.2",
"gulp-clean": "^0.3.1",
"gulp-consolidate": "^0.1.2",
"gulp-debug": "^2.0.1",
"gulp-doctoc": "^0.1.2",
"gulp-filter": "^2.0.2",
"gulp-front-matter": "^1.2.3",
"gulp-header": "^1.7.1",
"gulp-help": "^1.6.0",
"gulp-iconfont": "^5.0.0",
"gulp-inject": "^3.0.0",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-metalsmith": "0.0.3",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-liferay-r2-css": "0.0.2",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.4",
"gulp-zip": "^3.0.2",
"gulpsmith": "^0.5.3",
"inquirer": "^0.11.0",
"liferay-gulp-tasks": "^0.4.1",
"lodash": "^3.9.3",
"merge-stream": "^1.0.1",
"metalsmith": "^1.7.0",
"metalsmith-define": "^1.0.0",
"metalsmith-encode-html": "0.0.2",
"metalsmith-headings-identifier": "0.0.10",
"metalsmith-markdown": "^0.2.1",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-sass": "^1.2.1",
"metalsmith-templates": "^0.7.0",
"minimist": "^1.2.0",
"postcss-scss": "^0.4.0",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1",
"semver": "^5.1.0",
"string-sub": "0.0.1",
"underscore.string": "^3.2.2",
"window-size": "^0.1.2"
},
"private": true,
"dependencies": {}
}