github.com/ghodss/etcd@v0.3.1-0.20140417172404-cc329bfa55cb/mod/dashboard/package.json (about)

     1  {
     2    "name": "etcd-dashboard",
     3    "version": "0.0.0",
     4    "dependencies": {},
     5    "devDependencies": {
     6      "grunt": "~0.4.1",
     7      "grunt-contrib-copy": "~0.4.1",
     8      "grunt-contrib-concat": "~0.3.0",
     9      "grunt-contrib-coffee": "~0.7.0",
    10      "grunt-contrib-uglify": "~0.2.0",
    11      "grunt-contrib-compass": "~0.5.0",
    12      "grunt-contrib-jshint": "~0.6.0",
    13      "grunt-contrib-cssmin": "~0.6.0",
    14      "grunt-contrib-clean": "~0.5.0",
    15      "grunt-contrib-htmlmin": "~0.1.3",
    16      "grunt-contrib-imagemin": "~0.2.0",
    17      "grunt-contrib-watch": "~0.5.2",
    18      "grunt-autoprefixer": "~0.2.0",
    19      "grunt-usemin": "~2.0.2",
    20      "grunt-svgmin": "~0.2.0",
    21      "grunt-rev": "~0.1.0",
    22      "grunt-open": "~0.2.0",
    23      "grunt-concurrent": "~0.3.0",
    24      "load-grunt-tasks": "~0.1.0",
    25      "grunt-google-cdn": "~0.2.0",
    26      "grunt-ngmin": "~0.0.2",
    27      "time-grunt": "~0.1.0",
    28      "grunt-karma": "~0.6.2"
    29    },
    30    "engines": {
    31      "node": ">=0.8.0"
    32    },
    33    "scripts": {
    34      "test": "grunt test"
    35    }
    36  }