aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-userdemo/ui/backend/package.json
diff options
context:
space:
mode:
authorAristeidis Iliopoulos <ailiopou@cisco.com>2016-09-15 11:36:44 -0700
committerAristeidis Iliopoulos <ailiopou@cisco.com>2016-09-15 18:21:20 -0700
commit417c664ee2bc2a032969639d53b43b732d428e9e (patch)
tree3f17e15f6d0861bb0e35d79771e42e3b7a2d92ea /vpp-userdemo/ui/backend/package.json
parent764d4be74089c635598c6f139afc087d1ac55659 (diff)
Added GUI for tutorials that runs entirely inside the VM
-fixed issue with webserver not spinning up properly Change-Id: I3724f1640ba2b84b7d84fab29febbbd047120812 Signed-off-by: Aristeidis Iliopoulos <ailiopou@cisco.com>
Diffstat (limited to 'vpp-userdemo/ui/backend/package.json')
-rw-r--r--vpp-userdemo/ui/backend/package.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/vpp-userdemo/ui/backend/package.json b/vpp-userdemo/ui/backend/package.json
new file mode 100644
index 0000000..1aedcab
--- /dev/null
+++ b/vpp-userdemo/ui/backend/package.json
@@ -0,0 +1,39 @@
+{
+ "name": "vppsb",
+ "version": "1.0.0",
+ "description": "",
+ "main": "server.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "author": "Aris Iliopoulos",
+ "license": "ISC",
+ "dependencies": {
+ "body-parser": "^1.15.1",
+ "express": "^4.13.4",
+ "ip": "^1.1.3",
+ "ssh2": "^0.5.1",
+ "untildify": "^3.0.2",
+ "winston": "^2.2.0"
+ },
+ "devDependencies": {
+ "gulp": "^3.9.1",
+ "gulp-clean": "^0.3.2",
+ "gulp-clean-css": "^2.0.10",
+ "gulp-concat": "^2.6.0",
+ "gulp-filter": "^4.0.0",
+ "gulp-flatten": "^0.3.0",
+ "gulp-imagemin": "^3.0.1",
+ "gulp-jshint": "^2.0.1",
+ "gulp-livereload": "^3.8.1",
+ "gulp-rename": "^1.2.2",
+ "gulp-sass": "^2.3.2",
+ "gulp-inject": "^4.1.0",
+ "gulp-uglify": "^1.5.4",
+ "gulp-watch": "^4.3.8",
+ "jshint": "^2.9.2",
+ "main-bower-files": "^2.13.1",
+ "stream-series": "^0.1.1",
+ "wiredep": "^4.0.0"
+ }
+}