Files
liquid/node_modules/grunt-contrib-concat/package.json
T
Tetsuro 82249c99b3 Set up Grunt
Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
2015-07-25 13:48:45 -04:00

156 lines
3.1 KiB
JSON

{
"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!"
}