-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
{
"name": "optimizely-x-cli",
"version": "0.1.5",
"description": "A command line application to create Optimizely X experiments and publish via the API",
"main": "index.js",
"bin": {
"optxcli": "bin/optxcli.js"
},
"scripts": {
"test": "mocha test"
},
"repository": "https://github.com/webmarketingroi/optimizely-x-cli.git",
"keywords": [
"optimizely x",
"cli"
],
"author": "Arun Sivashankaran",
"contributors": [
"Arun Sivashankaran",
"John Henry",
"Oleg Krivtsov"
],
"license": "Apache 2.0",
"dependencies": {
"bluebird": "^2.3.2",
"cli-table": "^0.3.1",
"commander": "^2.5.0",
"ejs": "",
"express": "^4.10.4",
"glob": "^4.2.2",
"lodash": "^4.17.15",
"open": "^6.0.0",
"optimizely-x-node-client": "",
"promptly": "^0.2.0",
"q": "^1.1.2"
},
"engines": {
"node": "^8.0"
},
"devDependencies": {
"chai": "^1.10.0",
"codeclimate-test-reporter": "^0.1.0",
"coveralls": "^2.11.2",
"intercept-stdout": "^0.1.1",
"istanbul": "^0.4.5",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.2",
"path": "^0.12.7",
"proxyquire": "^1.3.1",
"quick-temp": "^0.1.2",
"sinon": "^1.12.2"
}
}