forked from MediaMath/strand
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 KB
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
{
"name": "strand",
"version": "3.0.0",
"description": "MediaMath UI-Framework based on polymer.js",
"repository": {
"type": "git",
"url": "git://github.com/MediaMath/strand.git"
},
"contributors": [
"Anthony Koerber <akoerber@mediamath.com>",
"Dan Lasky <dlasky@mediamath.com>",
"Justin Moore <jmoore@mediamath.com>",
"Shuwen Qian <sqian@mediamath.com>"
],
"license": "BSD-3-Clause",
"scripts": {
"build": "gulp",
"start": "gulp live",
"dist": "gulp build:dist",
"release": "gulp release:patch"
},
"devDependencies": {
"autoprefixer": "^6.1.2",
"connect": "^3.4.1",
"del": "^2.0.2",
"event-stream": "^3.3.2",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-bump": "^1.0.0",
"gulp-cached": "^1.1.0",
"gulp-conventional-changelog": "^1.0.1",
"gulp-css-base64": "^1.3.4",
"gulp-debug": "^2.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.7.0",
"gulp-header": "^1.7.1",
"gulp-if": "^2.0.0",
"gulp-inline-assets": "^0.1.1",
"gulp-load-plugins": "^1.2.0",
"gulp-marked": "^1.0.0",
"gulp-minify-html": "^1.0.5",
"gulp-minify-inline": "^0.2.0",
"gulp-open": "^1.0.0",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-tag-version": "^1.3.0",
"gulp-util": "^3.0.7",
"gulp-vulcanize": "^6.1.0",
"gulp-wrap": "^0.11.0",
"hogan.js": "^3.0.2",
"marked": "^0.3.3",
"merge-stream": "^1.0.0",
"minimist": "^1.2.0",
"run-sequence": "^1.1.4",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.2",
"through2": "^2.0.1",
"vulcanize": "^1.14.6"
}
}