Sign Up for Free

RunKit +

Try any Node.js package right in your browser

This is a playground to test code. It runs a full Node.js environment and already has all of npm’s 1,000,000+ packages pre-installed, including grunt-thinkingmedia with all npm packages installed. Try it out:

grunt-thinkingmedia lists no main file and has no index.js, so it can't be directly required. If this is a mistake, please let us know. It may however contain internal files that you can require manually:

require("grunt-contrib-cssmin/package.json"); // grunt-contrib-cssmin is a peer dependency. require("grunt-mocha-test/package.json"); // grunt-mocha-test is a peer dependency. require("istanbul/package.json"); // istanbul is a peer dependency. require("grunt-contrib-concat/package.json"); // grunt-contrib-concat is a peer dependency. require("grunt-open/package.json"); // grunt-open is a peer dependency. require("grunt/package.json"); // grunt is a peer dependency. require("grunt-ngdocs/package.json"); // grunt-ngdocs is a peer dependency. require("grunt-mocha-istanbul/package.json"); // grunt-mocha-istanbul is a peer dependency. require("grunt-bump/package.json"); // grunt-bump is a peer dependency. require("grunt-html2js/package.json"); // grunt-html2js is a peer dependency. require("grunt-contrib-uglify/package.json"); // grunt-contrib-uglify is a peer dependency. require("lodash/package.json"); // lodash is a peer dependency. require("grunt-contrib-htmlmin/package.json"); // grunt-contrib-htmlmin is a peer dependency. require("mocha/package.json"); // mocha is a peer dependency. require("grunt-contrib-watch/package.json"); // grunt-contrib-watch is a peer dependency. require("grunt-contrib-sass/package.json"); // grunt-contrib-sass is a peer dependency. // require("grunt-thinkingmedia/[??]")

This service is provided by RunKit and is not affiliated with npm, Inc or the package authors.

grunt-thinkingmedia v0.1.32

Build tools for working on AngularJS projects.

RunKit is a free, in-browser JavaScript dev environment for prototyping Node.js code, with every npm package installed. Sign up to share your code.
Sign Up for Free