UNPKG

grunt-modernizr

Version:

Build out a lean, mean Modernizr machine.

52 lines (51 loc) 1.19 kB
{ "name": "grunt-modernizr", "description": "Build out a lean, mean Modernizr machine.", "version": "5.0.3", "main": "Gruntfile.js", "bin": { "grunt-modernizr": "bin/grunt-modernizr" }, "bugs": "https://github.com/Modernizr/grunt-modernizr/issues", "homepage": "https://github.com/Modernizr/grunt-modernizr", "repository": "https://github.com/Modernizr/grunt-modernizr.git", "license": "MIT", "author": { "name": "Modernizr", "url": "https://modernizr.com/" }, "contributors": [ { "name": "Richard Herrera", "url": "https://twitter.com/doctyper" } ], "engines": { "node": ">=18" }, "dependencies": { "customizr": "^3.0.5", "lodash.merge": "^4.6.2" }, "devDependencies": { "assert": "^2.1.0", "grunt": "^1.6.1", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^5.0.0", "grunt-contrib-watch": "^1.1.0", "mocha": "^11.7.5", "nexpect": "^0.6.0" }, "scripts": { "test": "grunt clean && mocha test/runner.js" }, "keywords": [ "gruntplugin", "modernizr", "customizr" ], "directories": { "test": "test" } }