mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 11:15:40 +03:00
Fixing up Grunt file to watch for directories Exclude node modules folder from Jekyll built site
69 lines
1.6 KiB
JSON
69 lines
1.6 KiB
JSON
{
|
|
"name": "grunt-concurrent",
|
|
"version": "1.0.0",
|
|
"description": "Run grunt tasks concurrently",
|
|
"keywords": [
|
|
"gruntplugin",
|
|
"concurrent",
|
|
"parallel",
|
|
"simultaneous",
|
|
"optimize",
|
|
"speed"
|
|
],
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "http://sindresorhus.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/sindresorhus/grunt-concurrent"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"files": [
|
|
"tasks"
|
|
],
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"pad-stdio": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-nodemon": "^0.3.0",
|
|
"grunt-simple-mocha": "^0.4.0",
|
|
"nodemon": "^1.2.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/grunt-concurrent/issues"
|
|
},
|
|
"homepage": "https://github.com/sindresorhus/grunt-concurrent",
|
|
"_id": "grunt-concurrent@1.0.0",
|
|
"_shasum": "715f66ec7815a1ff33fd46105e0ce1242f9e7fee",
|
|
"_from": "grunt-concurrent@",
|
|
"_npmVersion": "1.4.9",
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "715f66ec7815a1ff33fd46105e0ce1242f9e7fee",
|
|
"tarball": "http://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-1.0.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/grunt-concurrent/-/grunt-concurrent-1.0.0.tgz"
|
|
}
|