summaryrefslogtreecommitdiffstats
path: root/glances/outputs/static/package.json
blob: 2c4ce4379dd32a38c9cdf5212aeb7ad84178831a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "private": true,
  "dependencies": {},
  "devDependencies": {
    "bower": "^1.7.9",
    "del": "^2.2.1",
    "gulp": "^3.9.1",
    "gulp-angular-templatecache": "^2.0.0",
    "gulp-concat": "^2.6.0",
    "gulp-ng-annotate": "^2.0.0",
    "main-bower-files": "^2.13.1"
  },
  "scripts": {
    "build": "gulp build",
    "watch": "gulp watch",
    "postinstall": "bower install"
  }
}