Erreur lors de la commande Grunt

J'ai commencé à explorer Grognement. Lire plusieurs sites, j'ai vu des exemples. Eh bien, j'ai créé un package.json et Gruntfile.js:

paquet.json http://pastebin.com/Kkt8fuXJ

Gruntfile.j http://pastebin.com/LnSmTzXZ

L'organisation des dossiers de mon projet:

root (index.html)
-src (where is package.json and Gruntfile.js)
-lib
 --css
  ---min
 --js
 --img

Quand je donne la commande grunt arrive toujours cette erreur:

Loading "Gruntfile.js" tasks...ERROR
>> Error: Unable to parse "package.json" file (Unexpected token }).
Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.

Si je supprime pkg: grunt.fichier.readJSON('paquet.json'),:

        grunt.loadNpmTasks('grunt-contrib-imagemin');
        ^^^^^
Loading "Gruntfile.js" tasks...ERROR
>> SyntaxError: Unexpected identifier
Warning: Task "default" not found. Use --force to continue.

Aborted due to warnings.

Quel est le problème?

Grâce

OriginalL'auteur user1914644 | 2013-06-28