This commit is contained in:
erwanlr
2020-01-04 12:17:51 +00:00
parent 32b4670755
commit 0e2d771660
8 changed files with 1631 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "mason",
"version": "1.0.0",
"description": "Mason Block Builder Plugin by Joinery",
"main": "Gruntfile.js",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-sass": "^2.0.0",
"grunt-shell": "^2.1.0",
"load-grunt-tasks": "^3.5.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}