forked from liferay/clay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "lexicon",
"version": "0.2.9",
"description": "",
"main": "index.js",
"scripts": {
"test": "exit 0",
"deploy": "cd ./build && git init . && git add . && git commit -m 'Deploy'; git push '[email protected]:liferay/lexicon.git' master:gh-pages --force && rm -rf .git"
},
"author": "Nate Cavanaugh <[email protected]> (http://alterform.com/)",
"license": "MIT",
"devDependencies": {
"bluebird": "^3.0.6",
"bower": "^1.4.1",
"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.0",
"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-maven-deploy": "^0.2.0",
"gulp-metalsmith": "0.0.3",
"gulp-plumber": "^1.0.1",
"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",
"lodash": "^3.9.3",
"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",
"node-bourbon": "^4.2.3",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1",
"semver": "^5.1.0",
"underscore.string": "^3.2.2",
"window-size": "^0.1.2"
},
"dependencies": {}
}