mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-18 10:20:43 -07:00
Set up Grunt
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
This commit is contained in:
+155
@@ -0,0 +1,155 @@
|
||||
{
|
||||
"name": "grunt-contrib-concat",
|
||||
"description": "Concatenate files.",
|
||||
"version": "0.5.1",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
"url": "http://gruntjs.com/"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-concat"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-concat/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^0.5.1",
|
||||
"source-map": "^0.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-cli": "^0.1.13",
|
||||
"grunt-contrib-clean": "^0.6.0",
|
||||
"grunt-contrib-internal": "^0.4.2",
|
||||
"grunt-contrib-jshint": "^0.11.0",
|
||||
"grunt-contrib-nodeunit": "^0.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"grunt": ">=0.4.0"
|
||||
},
|
||||
"keywords": [
|
||||
"gruntplugin"
|
||||
],
|
||||
"files": [
|
||||
"tasks"
|
||||
],
|
||||
"appveyor_id": "l42173901ms416km",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "\"Cowboy\" Ben Alman",
|
||||
"url": "http://benalman.com/"
|
||||
},
|
||||
{
|
||||
"name": "Tyler Kellen",
|
||||
"url": "http://goingslowly.com/"
|
||||
},
|
||||
{
|
||||
"name": "Dan Wolff",
|
||||
"url": "http://danwolff.se/"
|
||||
},
|
||||
{
|
||||
"name": "Kyle Robinson Young"
|
||||
},
|
||||
{
|
||||
"name": "Vlad Filippov"
|
||||
},
|
||||
{
|
||||
"name": "XhmikosR"
|
||||
},
|
||||
{
|
||||
"name": "Steven Benner"
|
||||
},
|
||||
{
|
||||
"name": "Sindre Sorhus"
|
||||
},
|
||||
{
|
||||
"name": "Michael \"Z\" Goddard"
|
||||
},
|
||||
{
|
||||
"name": "GilbertSun"
|
||||
},
|
||||
{
|
||||
"name": "cbotsikas"
|
||||
},
|
||||
{
|
||||
"name": "Timo Tijhof"
|
||||
},
|
||||
{
|
||||
"name": "Piotr Yordanov"
|
||||
},
|
||||
{
|
||||
"name": "Nick Schonning"
|
||||
},
|
||||
{
|
||||
"name": "MarcelloDiSimone"
|
||||
},
|
||||
{
|
||||
"name": "Manuel Razzari"
|
||||
},
|
||||
{
|
||||
"name": "Joshua Appelman"
|
||||
},
|
||||
{
|
||||
"name": "Jacob Gable"
|
||||
},
|
||||
{
|
||||
"name": "Brady Wetherington"
|
||||
}
|
||||
],
|
||||
"gitHead": "d4d97a6a65404351155c04fff9303f3c20d5c02c",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gruntjs/grunt-contrib-concat/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-concat",
|
||||
"_id": "[email protected]",
|
||||
"_shasum": "953c6efdfdfd2c107ab9c85077f2d4b24d31cd49",
|
||||
"_from": "grunt-contrib-concat@^0.5.1",
|
||||
"_npmVersion": "1.4.28",
|
||||
"_npmUser": {
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "cowboy",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "tkellen",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "shama",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "vladikoff",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "sindresorhus",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "jmeas",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "953c6efdfdfd2c107ab9c85077f2d4b24d31cd49",
|
||||
"tarball": "http://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.1.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/grunt-contrib-concat/-/grunt-contrib-concat-0.5.1.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user