wordpress-grunt/dev/package.json

41 lines
979 B
JSON
Raw Normal View History

2018-04-24 20:41:34 -05:00
{
"name": "wp-dev",
"version": "1.0.0",
"homepage": "some wp theme",
"description": "Let's use scss, because we are not barbarian's.",
"license": "UNLICENSED",
"private": true,
"author": "Mark Moser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "."
},
"dependencies": {
"jquery": "^3.3.1",
"normalize": "^0.3.1",
"smoothscroll-polyfill": "^0.4.3"
},
"devDependencies": {
"autoprefixer": "^7.2.4",
"grunt": ">=1.0.1",
"grunt-concurrent": ">=2.3.1",
"grunt-contrib-concat": ">=1.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": ">=1.0.0",
"grunt-eslint": ">=20.1.0",
"grunt-postcss": ">=0.9.0",
"grunt-sass": ">=2.0.0",
"grunt-sass-lint": ">=0.2.4",
"load-grunt-tasks": ">=3.5.2",
"postcss-csso": "^3.0.0",
"sass-lint": ">=1.12.1"
},
"browserslist": [
"defaults"
]
}