-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
72 lines (72 loc) · 2.25 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
{
"name": "strand",
"version": "4.5.2",
"description": "MediaMath UI-Framework based on polymer.js",
"repository": {
"type": "git",
"url": "git://github.com/MediaMath/strand.git"
},
"contributors": [
"Anthony Koerber <[email protected]>",
"Dan Lasky <[email protected]>",
"Justin Moore <[email protected]>",
"Shuwen Qian <[email protected]>"
],
"license": "BSD-3-Clause",
"scripts": {
"build": "gulp",
"start": "gulp live",
"dist": "gulp build:dist",
"release": "gulp release:patch",
"mm2strand-files": "(cd srcOriginal || cp -r src srcOriginal) && npm install renamer && renamer --find 'mm-' --replace 'strand-' src/**/* src/** test/**/* test/*",
"mm2strand-text": "(cd srcOriginal || cp -r src srcOriginal) && npm install replace && replace 'mm-' 'strand-' gulp test src -r --exclude=**/mm-** && replace 'MM-' 'STRAND-' gulp test src -r --exclude=**/mm-**",
"bower": "bower",
"test": "wct"
},
"devDependencies": {
"autoprefixer": "^6.1.2",
"babel-core": "^6.0.2",
"babel-preset-babili": "0.0.9",
"babel-preset-es2015": "^6.18.0",
"cheerio": "^0.22.0",
"connect": "^3.4.1",
"del": "^2.0.2",
"event-stream": "^3.3.2",
"glob": "^5.0.15",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"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-jsonlint": "^1.1.2",
"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-watch": "^4.3.8",
"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"
}
}