lidia_defreitas

package.json

Jul 5th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.21 KB | None | 0 0
  1. {
  2.   "name": "chatweb",
  3.   "private": true,
  4.   "devDependencies": {
  5.     "autoprefixer-core": "^5.2.1",
  6.     "grunt": "^0.4.5",
  7.     "grunt-angular-templates": "^0.5.7",
  8.     "grunt-concurrent": "^1.0.0",
  9.     "grunt-contrib-clean": "^0.6.0",
  10.     "grunt-contrib-concat": "^0.5.0",
  11.     "grunt-contrib-connect": "^0.9.0",
  12.     "grunt-contrib-copy": "^0.7.0",
  13.     "grunt-contrib-cssmin": "^0.12.0",
  14.     "grunt-contrib-htmlmin": "^0.4.0",
  15.     "grunt-contrib-imagemin": "^1.0.0",
  16.     "grunt-contrib-jshint": "^0.11.0",
  17.     "grunt-contrib-sass": "^1.0.0",
  18.     "grunt-contrib-uglify": "^0.7.0",
  19.     "grunt-contrib-watch": "^0.6.1",
  20.     "grunt-filerev": "^2.1.2",
  21.     "grunt-google-cdn": "^0.4.3",
  22.     "grunt-iconfonts": "^0.1.4",
  23.     "grunt-jscs": "^1.8.0",
  24.     "grunt-karma": "*",
  25.     "grunt-newer": "^1.1.0",
  26.     "grunt-ng-annotate": "^0.9.2",
  27.     "grunt-postcss": "^0.5.5",
  28.     "grunt-svgmin": "^2.0.0",
  29.     "grunt-usemin": "^3.0.0",
  30.     "grunt-wiredep": "^2.0.0",
  31.     "jit-grunt": "^0.9.1",
  32.     "jshint-stylish": "^1.0.0",
  33.     "karma-jasmine": "*",
  34.     "karma-phantomjs-launcher": "*",
  35.     "time-grunt": "^1.0.0"
  36.   },
  37.   "engines": {
  38.     "node": ">=0.10.0"
  39.   },
  40.   "scripts": {
  41.     "test": "grunt test"
  42.   }
  43. }
Add Comment
Please, Sign In to add comment