forked from OnsenUI/onsen.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.95 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
{
"name": "onsen.io",
"version": "0.0.0",
"description": "",
"author": "",
"license": "",
"private": true,
"devDependencies": {
"MD5": "^1.2.1",
"async": "^0.9.0",
"browser-sync": "^2.2.1",
"cheerio": "^0.18.0",
"clone": "^1.0.0",
"concurrent-transform": "^1.0.0",
"css": "^2.1.0",
"del": "^1.1.1",
"eco": "^1.1.0-rc-3",
"escape-html": "^1.0.1",
"extend": "^2.0.0",
"globby": "^1.1.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^3.1.0",
"gulp-awspublish": "^3.0.1",
"gulp-compass": "^2.0.3",
"gulp-cssmin": "^0.1.6",
"gulp-imagemin": "^2.4.0",
"gulp-less": "^3.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-rev-all": "^0.7.6",
"gulp-util": "^3.0.2",
"html-to-text": "^1.2.0",
"js-yaml": "^3.2.5",
"jsdoc-api": "^1.1.0",
"jsdom": "^8.2.0",
"markd": "^1.2.0",
"marked": "^0.3.3",
"merge-stream": "^0.1.7",
"metalsmith": "^1.0.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-branch": "0.0.4",
"metalsmith-collections": "^0.7.0",
"metalsmith-data-markdown": "0.0.3",
"metalsmith-debug": "0.0.2",
"metalsmith-drafts": "0.0.1",
"metalsmith-feed": "0.0.6",
"metalsmith-ignore": "^0.1.2",
"metalsmith-layouts": "^1.0.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-paginate": "^0.3.0",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-redirect": "^1.0.2",
"metalsmith-sitemap": "0.0.9",
"metalsmith-tags": "^0.10.1",
"metalsmith-templates": "^0.6.0",
"metalsmith-wordcloud": "0.0.2",
"minimatch": "^2.0.1",
"mkdirp": "^0.5.1",
"moment": "^2.9.0",
"postcss": "^5.0.10",
"run-sequence": "^1.0.2",
"slug": "^0.9.1",
"sort-object": "^1.0.0",
"strip-indent": "^1.0.1",
"topdoc": "^0.4.0",
"underscore": "^1.8.3",
"unicode": "^0.6.1",
"yargs": "^3.3.1"
},
"dependencies": {
"ancss": "^0.1.5"
}
}