UNPKG

grunt-yui-contrib

Version:
44 lines (43 loc) 958 B
{ "name": "grunt-yui-contrib", "description": "YUI Build Tasks", "version": "0.0.20", "dependencies": { "cpr": "~0.1.0", "timethat": "~0.0.2", "rimraf": "~2.1.4", "cssproc": "~0.0.1" }, "peerDependencies": { "grunt": "~0.4.1" }, "devDependencies": { "vows": "~0.7.0", "grunt": "~0.4.1", "yui-lint": "~0.1.1", "jshint": "~0.9.0", "istanbul": "~0.1.8", "bower": "~1.2.5" }, "keywords": [ "yui", "grunt" ], "scripts": { "pretest": "jshint --config ./node_modules/yui-lint/jshint.json ./tasks/*.js", "test": "istanbul cover --print both vows -- --spec ./tests/*.js" }, "bugs": { "url": "http://github.com/yui/grunt-yui-contrib/issues" }, "licenses": [ { "type": "BSD", "url": "https://github.com/yui/grunt-yui-contrib/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "http://github.com/yui/grunt-yui-contrib.git" } }