HELLO v3!!!

This commit is contained in:
Ryan Dewhurst
2018-09-26 21:12:01 +02:00
parent 28b9c15256
commit d268a86795
1871 changed files with 988118 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "manage-user-roles",
"description": "Publish and edit only their posts in the administration",
"version": "1.0.0",
"main": "Gruntfile.js",
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "0.2.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-compass": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-rsync": "~0.2.1",
"grunt-shell": "~0.6.1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
}
}