UNPKG

decentralized-internet

Version:

An NPM library of programs to create decentralized web and distributed computing projects

1 lines 731 B
"use strict";module.exports=function(t){t.initConfig({jshint:{all:["Gruntfile.js","tasks/*.js","<%= nodeunit.tests %>"],options:{jshintrc:".jshintrc"}},clean:{tests:["tmp"]},Decentralized_Internet:{default_options:{options:{},files:{"tmp/default_options":["test/fixtures/testing","test/fixtures/123"]}},custom_options:{options:{separator:": ",punctuation:" !!!"},files:{"tmp/custom_options":["test/fixtures/testing","test/fixtures/123"]}}},nodeunit:{tests:["test/*_test.js"]}}),t.loadTasks("tasks"),t.loadNpmTasks("grunt-contrib-jshint"),t.loadNpmTasks("grunt-contrib-clean"),t.loadNpmTasks("grunt-contrib-nodeunit"),t.registerTask("test",["clean","Decentralized_Internet","nodeunit"]),t.registerTask("default",["jshint","test"])};