mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 09:20:42 -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:
+72
@@ -0,0 +1,72 @@
|
||||
{
|
||||
"name": "autoprefixer-core",
|
||||
"version": "5.1.8",
|
||||
"description": "CLI-less core of Autoprefixer to use in plugins",
|
||||
"keywords": [
|
||||
"autoprefixer",
|
||||
"css",
|
||||
"prefix",
|
||||
"postprocessor",
|
||||
"postcss"
|
||||
],
|
||||
"author": {
|
||||
"name": "Andrey Sitnik",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/postcss/autoprefixer-core.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"browserslist": "~0.2.0",
|
||||
"num2fraction": "~1.0.1",
|
||||
"caniuse-db": "^1.0.30000106",
|
||||
"postcss": "~4.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"vinyl-source-stream": "1.1.0",
|
||||
"gulp-json-editor": "2.2.1",
|
||||
"jshint-stylish": "1.0.1",
|
||||
"gulp-replace": "0.5.3",
|
||||
"gulp-jshint": "1.9.4",
|
||||
"gulp-coffee": "2.3.1",
|
||||
"gulp-mocha": "2.0.0",
|
||||
"browserify": "9.0.3",
|
||||
"fs-extra": "0.16.5",
|
||||
"should": "5.2.0",
|
||||
"mocha": "2.2.1",
|
||||
"gulp": "3.8.11",
|
||||
"coffee-script": "1.9.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "gulp"
|
||||
},
|
||||
"main": "lib/autoprefixer",
|
||||
"bugs": {
|
||||
"url": "https://github.com/postcss/autoprefixer-core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/postcss/autoprefixer-core",
|
||||
"_id": "[email protected]",
|
||||
"_shasum": "19224f57d77bf3953dc026bbd1c3b8907319f049",
|
||||
"_from": "autoprefixer-core@",
|
||||
"_npmVersion": "2.7.1",
|
||||
"_nodeVersion": "1.6.1",
|
||||
"_npmUser": {
|
||||
"name": "ai",
|
||||
"email": "[email protected]"
|
||||
},
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "ai",
|
||||
"email": "[email protected]"
|
||||
}
|
||||
],
|
||||
"dist": {
|
||||
"shasum": "19224f57d77bf3953dc026bbd1c3b8907319f049",
|
||||
"tarball": "http://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.1.8.tgz"
|
||||
},
|
||||
"directories": {},
|
||||
"_resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.1.8.tgz",
|
||||
"readme": "ERROR: No README data found!"
|
||||
}
|
||||
Reference in New Issue
Block a user