aboutsummaryrefslogtreecommitdiffstats
path: root/vpp-userdemo/ui/backend/package.json
blob: 1aedcabda3890588443c20da40b93c3cd1b14e2a (plain)
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
{
  "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"
  }
}