{ "name": "animate", "version": "0.5.0", "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-uglify": "~0.5.0", "grunt-contrib-concat": "~0.5.1", "grunt-contrib-watch": "~0.6.1", "time-grunt": "^1.1.0" }, "scripts": { "build": "grunt build", "grunt": "grunt", "watch": "grunt watch" } }