Advertisement
marius_stuparu

package.json

Aug 6th, 2014
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "name": "project",
  3.   "version": "0.0.1",
  4.   "dependencies": {},
  5.   "devDependencies": {
  6.     "connect-php": "0.0.1",
  7.     "grunt": "~0.4.4",
  8.     "grunt-bower-install": "~1.4.0",
  9.     "grunt-concurrent": "~0.5.0",
  10.     "grunt-contrib-clean": "~0.5.0",
  11.     "grunt-contrib-compass": "^0.9.1",
  12.     "grunt-contrib-concat": "~0.3.0",
  13.     "grunt-contrib-connect": "~0.7.1",
  14.     "grunt-contrib-copy": "^0.5.0",
  15.     "grunt-contrib-cssmin": "~0.9.0",
  16.     "grunt-contrib-htmlmin": "~0.2.0",
  17.     "grunt-contrib-imagemin": "~0.7.0",
  18.     "grunt-contrib-jshint": "0.10.x",
  19.     "grunt-jscs-checker": "0.6.x",
  20.     "grunt-contrib-uglify": "~0.4.0",
  21.     "grunt-contrib-watch": "~0.6.1",
  22.     "grunt-mocha": "~0.4.10",
  23.     "grunt-mocha-cli": "1.9.x",
  24.     "grunt-modernizr": "~0.5.2",
  25.     "grunt-newer": "~0.7.0",
  26.     "grunt-php": "^0.4.0",
  27.     "grunt-rev": "~0.1.0",
  28.     "grunt-sass": "~0.11.0",
  29.     "grunt-svgmin": "~0.4.0",
  30.     "grunt-usemin": "2.x",
  31.     "jshint-stylish": "~0.1.5",
  32.     "load-grunt-tasks": "~0.4.0",
  33.     "time-grunt": "~0.3.1"
  34.   },
  35.   "engines": {
  36.     "node": ">=0.10.0"
  37.   }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement