1{ 2 "name": "polyfill", 3 "version": "0.0.1", 4 "description": "All the dependencies we need to run grunt and build our minified polyfill JS library.", 5 "main": "polyfill.js", 6 "author": "jcgregorio@google.com", 7 "license": "MIT", 8 "devDependencies": { 9 "grunt": "~0.4.5", 10 "grunt-contrib-uglify": "~0.4.0", 11 "grunt-bower": "~0.13.1", 12 "grunt-contrib-concat": "~0.4.0", 13 "grunt-shell": "~0.7.0", 14 "grunt-contrib-copy": "~0.5.0", 15 "grunt-contrib-cssmin": "~0.9.0" 16 } 17} 18