-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.84 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "apim.ui",
"version": "1.0.0",
"description": "Cloud Services & Process Designer Application Application",
"homepage": "https://www.informatica.com",
"scripts": {
"postinstall": "./node_modules/.bin/selenium-standalone install --config=./test/wdio.browsers.setup.js"
},
"private": true,
"directories": {
"test": "test"
},
"devDependencies": {
"angular-mocks": "1.6.4",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"bower": "1.8.0",
"browser-sync": "2.18.8",
"chai": "~3.5.0",
"chalk": "1.1.3",
"crypto-js": "^3.1.9-1",
"cucumber": "^2.0.0-rc.9",
"deepmerge": "1.3.2",
"del": "^2.2.2",
"eslint": "3.19.0",
"eslint-config-google": "^0.7.1",
"eslint-plugin-cucumber": "^0.1.0",
"event-stream": "3.3.4",
"glob": "7.1.1",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-chmod": "^2.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-header": "^1.8.8",
"gulp-if": "^2.0.2",
"gulp-ignore": "^2.0.2",
"gulp-imagemin": "3.2.0",
"gulp-inject": "4.2.0",
"gulp-install": "^1.1.0",
"gulp-newer": "^1.3.0",
"gulp-rename": "1.2.2",
"gulp-replace": "^0.5.4",
"gulp-resources": "0.5.0",
"gulp-sass": "3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "2.1.2",
"gulp-useref": "^3.1.2",
"gulp-util": "3.0.8",
"gulp-wdio": "1.0.8",
"gulp-webdriver": "^2.0.3",
"gulp-webserver": "^0.9.1",
"http-server": "^0.10.0",
"infa-locale": "^1.0.10",
"jasmine-core": "2.6.1",
"karma": "1.3.0",
"karma-allure-reporter": "^1.4.4",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.1.0",
"karma-ng-html2js-preprocessor": "1.0.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-requirejs": "^1.1.0",
"karma-sinon": "^1.0.5",
"karma-sinon-chai": "^1.2.4",
"karma-spec-reporter": "0.0.26",
"lazypipe": "^1.0.1",
"main-bower-files": "^2.13.1",
"mime-types": "2.1.15",
"mocha": "3.3.0",
"moment": "2.18.1",
"newman": "3.5.2",
"phantomjs-prebuilt": "2.1.14",
"q": "~1.5.0",
"requirejs": "2.3.3",
"run-sequence": "^1.2.2",
"selenium-standalone": "^6.4.1",
"serve-static": "^1.12.4",
"sinon": "^2.2.0",
"sinon-chai": "2.10.0",
"stream-series": "^0.1.1",
"wdio-cucumber-framework": "0.3.0",
"wdio-mocha-framework": "0.5.10",
"wdio-phantomjs-service": "^0.2.2",
"wdio-selenium-standalone-service": "^0.0.8",
"wdio-spec-reporter": "^0.1.0",
"webdriverio": "~4.7.1",
"wiredep": "^4.0.0",
"yadda": "~1.3.0",
"yargs": "^8.0.1"
},
"author": "Informatica LLC",
"license": "UNLICENSED"
}