UNPKG

grunt-nsp

Version:
15 lines (10 loc) 222 B
'use strict'; module.exports = function (grunt) { grunt.initConfig({ nsp: { package: grunt.file.readJSON('package.json') } }); grunt.loadTasks('tasks'); grunt.registerTask('default', ['nsp']); };