-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.14 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.14 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
{
"name": "contentstack_optimizely_experiments_widget",
"version": "1.0.2",
"description": "The Optimizely Experiments extension integrates your existing Optimizely Experiments with Contenstack's UI and allows you to retrieve and display the Experiment details into your entry page. Additionally, this extension allows you to start and pause Optimizely experiments directly from the sidebar, and view their variations, their traffic distributions, and Audiences.",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build"
},
"author": "Contentstack",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "2.6.1",
"gulp-uglify": "^3.0.2",
"gulp-inline-source": "^4.0.0"
},
"overrides": {
"braces": "^3.0.3",
"nth-check": "^2.1.1",
"lodash": "^4.17.21",
"lodash.pick": "^4.4.0",
"lodash.template": "^4.5.0",
"micromatch": "^4.0.8",
"decode-uri-component": "^0.2.1",
"minimist": "^1.2.6",
"cheerio": "^1.0.0-rc.12",
"terser": "^5.36.0"
}
}