mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-17 09:50:48 -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:
+105
@@ -0,0 +1,105 @@
|
||||
{
|
||||
"name": "grunt",
|
||||
"description": "The JavaScript Task Runner",
|
||||
"version": "0.4.5",
|
||||
"author": {
|
||||
"name": "\"Cowboy\" Ben Alman",
|
||||
"url": "http://benalman.com/"
|
||||
},
|
||||
"homepage": "http://gruntjs.com/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/gruntjs/grunt.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/gruntjs/grunt/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/gruntjs/grunt/blob/master/LICENSE-MIT"
|
||||
}
|
||||
],
|
||||
"main": "lib/grunt",
|
||||
"scripts": {
|
||||
"test": "grunt test"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"keywords": [
|
||||
"task",
|
||||
"async",
|
||||
"cli",
|
||||
"minify",
|
||||
"uglify",
|
||||
"build",
|
||||
"lodash",
|
||||
"unit",
|
||||
"test",
|
||||
"qunit",
|
||||
"nodeunit",
|
||||
"server",
|
||||
"init",
|
||||
"scaffold",
|
||||
"make",
|
||||
"jake",
|
||||
"tool"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "~0.1.22",
|
||||
"coffee-script": "~1.3.3",
|
||||
"colors": "~0.6.2",
|
||||
"dateformat": "1.0.2-1.2.3",
|
||||
"eventemitter2": "~0.4.13",
|
||||
"findup-sync": "~0.1.2",
|
||||
"glob": "~3.1.21",
|
||||
"hooker": "~0.2.3",
|
||||
"iconv-lite": "~0.2.11",
|
||||
"minimatch": "~0.2.12",
|
||||
"nopt": "~1.0.10",
|
||||
"rimraf": "~2.2.8",
|
||||
"lodash": "~0.9.2",
|
||||
"underscore.string": "~2.2.1",
|
||||
"which": "~1.0.5",
|
||||
"js-yaml": "~2.0.5",
|
||||
"exit": "~0.1.1",
|
||||
"getobject": "~0.1.0",
|
||||
"grunt-legacy-util": "~0.2.0",
|
||||
"grunt-legacy-log": "~0.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"temporary": "~0.0.4",
|
||||
"grunt-contrib-jshint": "~0.6.4",
|
||||
"grunt-contrib-nodeunit": "~0.2.0",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"difflet": "~0.2.3",
|
||||
"semver": "2.1.0",
|
||||
"shelljs": "~0.2.5"
|
||||
},
|
||||
"_id": "[email protected]",
|
||||
"dist": {
|
||||
"shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
|
||||
"tarball": "http://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz"
|
||||
},
|
||||
"_from": "grunt@~0.4.1",
|
||||
"_npmVersion": "1.4.4",
|
||||
"_npmUser": {
|
||||
"name": "cowboy",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "cowboy",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
{
|
||||
"name": "tkellen",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"directories": {},
|
||||
"_shasum": "56937cd5194324adff6d207631832a9d6ba4e7f0",
|
||||
"_resolved": "https://registry.npmjs.org/grunt/-/grunt-0.4.5.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user