07d13c9c
isisadmin
polymer catalog
|
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
|
{
"name": "polymer-element-catalog",
"version": "1.0.1",
"description": "A catalog of Google's Web Components",
"main": "index.js",
"scripts": {
"serve": "gulp serve",
"serve:dist": "gulp serve:dist",
"build": "gulp",
"clean": "gulp clean",
"deps": "npm install && bower install",
"deploy": "firebase deploy",
"stage": "firebase deploy -f p-catalog-staging",
"deploy-from-scratch":"gulp distclean && bower install && gulp && firebase deploy"
},
"repository": {
"type": "git",
"url": "https://github.com/divshot/polymer-element-catalog.git"
},
"keywords": [
"polymer",
"web-components"
],
"author": "Google",
"license": "MIT",
"bugs": {
"url": "https://github.com/divshot/polymer-element-catalog/issues"
},
"homepage": "https://github.com/divshot/polymer-element-catalog",
"devDependencies": {
"JSONStream": "^0.10.0",
"apache-server-configs": "^2.7.1",
"async": "^0.9.0",
"async-each": "^0.1.6",
"bower": "^1.4.1",
"browser-sync": "^1.3.0",
"concat-stream": "^1.4.8",
"del": "^0.1.2",
"end-of-stream": "^1.1.0",
"es6-promise": "^2.1.1",
"firebase-tools": "^1.1.6",
"from2": "^1.3.0",
"front-matter": "^1.0.0",
"fs-extra": "^0.18.2",
"glob-stream": "^5.0.0",
"graceful-fs": "^3.0.6",
"gulp": "^3.8.5",
"gulp-autoprefixer": "^0.0.8",
"gulp-cache": "^0.2.2",
"gulp-changed": "^1.0.0",
"gulp-crisper": "0.0.4",
"gulp-cssmin": "^0.1.6",
"gulp-flatten": "^0.0.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^1.0.0",
"gulp-inline-source": "^2.1.0",
"gulp-jshint": "^1.6.3",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-html": "^0.1.4",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-size": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-uncss": "^0.4.5",
"gulp-useref": "^0.6.0",
"gulp-util": "^3.0.4",
"gulp-vulcanize": "^6.0.0",
"hydrolysis": "^1.18.2",
"is-stream": "^1.0.1",
"jshint-stylish": "^0.4.0",
"lazypipe": "^0.2.3",
"lodash": "^3.6.0",
"marked": "^0.3.3",
"merge-stream": "^0.1.6",
"mkdirp": "^0.5.0",
"nopt": "^3.0.2",
"opn": "^1.0.0",
"polybuild": "^1.0.3",
"polyclean": "^1.2.0",
"psi": "^1.0.4",
"pumpify": "^1.3.3",
"require-dir": "^0.1.0",
"run-sequence": "^0.3.6",
"split": "^0.3.3",
"superstatic": "^2.0.2",
"through2": "^0.6.3",
"through2-asyncmap": "^1.1.0",
"through2-concurrent": "^1.0.0",
"through2-filter": "^1.4.1",
"through2-map": "^1.4.0",
"through2-reduce": "^0.3.0",
"vinyl-fs": "^1.0.0",
"web-component-tester": "^2.2.3",
"writestreamp": "^0.1.0"
}
}
|