We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee7a103 + 08231e1 commit 7c73e63Copy full SHA for 7c73e63
bower.json
@@ -0,0 +1,32 @@
1
+{
2
+ "name": "optimizely-client-sdk",
3
+ "description": "JavaScript SDK for Optimizely X Full Stack",
4
+ "main": "dist/optimizely.min.js",
5
+ "authors": [
6
+ "Mike Ng <mike.ng@optimizely.com>"
7
+ ],
8
+ "license": "Apache 2.0",
9
+ "keywords": [
10
+ "fullstack",
11
+ "ab",
12
+ "testing",
13
+ "experimentation",
14
+ "experimentation platform"
15
16
+ "moduleType": [
17
+ "node",
18
+ "globals"
19
20
+ "dependencies": {},
21
+ "devDependencies": {},
22
+ "homepage": "https://github.com/optimizely/javascript-sdk",
23
+ "ignore": [
24
+ "**/.*",
25
+ "node_modules",
26
+ "bower_components",
27
+ "test",
28
+ "tests",
29
+ ".travis.yml",
30
+ "Scripts"
31
+ ]
32
+}
0 commit comments