summaryrefslogtreecommitdiffstats
path: root/testapi/3rd_party/static/testapi-ui/package.json
diff options
context:
space:
mode:
authorthuva4 <tharma.thuva@gmail.com>2017-10-30 20:43:36 +0530
committerthuva4 <tharma.thuva@gmail.com>2017-11-01 16:12:59 +0530
commit57df9b1e64b1d40d77325c942a5269cf46e0cccf (patch)
treef3e052268418627d7a5d1e8c17b2a97ffee8daa6 /testapi/3rd_party/static/testapi-ui/package.json
parent529b408c84abb20e3ac28f5d07fe485d9f55ac12 (diff)
add simple e2e tests for PodsCotroller
Change-Id: I9baa04ff062f36569c1e143014239931de64cf32 Signed-off-by: thuva4 <tharma.thuva@gmail.com>
Diffstat (limited to 'testapi/3rd_party/static/testapi-ui/package.json')
-rw-r--r--testapi/3rd_party/static/testapi-ui/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/testapi/3rd_party/static/testapi-ui/package.json b/testapi/3rd_party/static/testapi-ui/package.json
new file mode 100644
index 0000000..dc99239
--- /dev/null
+++ b/testapi/3rd_party/static/testapi-ui/package.json
@@ -0,0 +1,18 @@
+{
+ "devDependencies": {
+ "grunt": "~1.0.1",
+ "grunt-contrib-connect": "^1.0.2",
+ "grunt-contrib-copy": "^1.0.0",
+ "grunt-karma": "~2.0.0",
+ "grunt-protractor-coverage": "^0.2.18",
+ "grunt-protractor-runner": "~5.0.0",
+ "grunt-shell-spawn": "~0.3.10",
+ "grunt-wait": "~0.1.0",
+ "karma": "~1.7.1",
+ "karma-chrome-launcher": "~2.2.0",
+ "karma-coverage": "~1.1.1",
+ "karma-jasmine": "~1.1.0",
+ "load-grunt-tasks": "~3.5.2",
+ "protractor-http-mock": "^0.10.0"
+ }
+}