grunt-sails-linker
Version:
Autoinsert script and link tags in an html file.
35 lines (34 loc) • 777 B
JSON
{
"name": "grunt-sails-linker",
"description": "Autoinsert script and link tags in an html file.",
"version": "1.0.4",
"homepage": "http://sailsjs.com",
"contributors": [
"scott-laursen (www.addgo.com)",
"Zolmeister (http://zolmeister.com)",
"Mike McNeil (http://mikermcneil.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/sailsjs/grunt-sails-linker.git"
},
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-nodeunit": "0.4.1",
"grunt": "0.4.5"
},
"keywords": [
"gruntplugin",
"sails",
"linker"
],
"license": "MIT"
}