summaryrefslogtreecommitdiffstats
path: root/afb-client/package.json
blob: e8198f62cae7e1729a73c4ec8269ed8a88e0dd4c (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
  "name": "afb-client",
  "private": true,
  "version": "0.0.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/iotbzh/healthy-gulp-angular-foundation6"
  },
  "scripts": {
    "postinstall": "bower install",
    "build": "./node_modules/.bin/gulp clean-build-app-dev",
    "start": "node node_modules/.bin/gulp watch-dev"
  },
  "devDependencies": {
    "body-parser": "^1.5.2",
    "bower": "^1.3.1",
    "cookie-parser": "^1.4.0",
    "del": "^1.1.1",
    "event-stream": "^3.2.2",
    "express": "^4.7.2",
    "express-session": "^1.12.1",
    "front-router": "^1.0.0",
    "gulp": "^3.9.0",
    "gulp-angular-filesort": "^1.0.4",
    "gulp-debug": "^2.1.2",
    "gulp-concat": "^2.4.3",
    "gulp-htmlhint": "0.0.9",
    "gulp-htmlmin": "^1.0.0",
    "gulp-imagemin": "*",
    "gulp-inject": "^1.1.1",
    "gulp-jshint": "^1.9.2",
    "gulp-livereload": "^3.7.0",
    "gulp-load-plugins": "^0.8.0",
    "gulp-minify-css": "^0.4.5",
    "gulp-ng-annotate": "^1.1.0",
    "gulp-ng-html2js": "^0.2.0",
    "gulp-nodemon": "^2.0.0",
    "gulp-order": "^1.1.1",
    "gulp-print": "^1.1.0",
    "gulp-rename": "^1.2.0",
    "gulp-replace": "^0.5.4",
    "gulp-sass": "^2.0.3",
    "gulp-sourcemaps": "^1.3.0",
    "gulp-task-listing": "^1.0.1",
    "gulp-uglify": "^1.2.0",
    "imagemin-pngquant": "*",
    "jshint-stylish": "^1.0.0",
    "karma": "^0.10",
    "karma-junit-reporter": "^0.2.2",
    "main-bower-files": "^2.5.0",
    "method-override": "^2.1.2",
    "protractor": "^1.1.1",
    "q": "^1.1.2",
    "shelljs": "^0.2.6",
    "traceback": "^0.3.1",
    "gulp-sym": "0.0.14"
  },
  "dependencies": {
    "multer": "^1.1.0"
  }
}