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,34 @@
{
"name": "my-eyes-are-up-here",
"version": "1.1.9",
"author": "interconnect/it <support@interconnectit.com>",
"homepage": "https://interconnectit.com",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/interconnectit/my-eyes-are-up-here.git"
},
"bugs": {
"url": "https://github.com/interconnectit/my-eyes-are-up-here/issues"
},
"licenses": [
{
"type": "GPLv2",
"url": "http://www.gnu.org/licenses/gpl-2.0.html"
}
],
"scripts": {
"postinstall": "bower install && grunt build"
},
"devDependencies": {
"bower": "^1.7.1",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-wp-i18n": "^0.5.4",
"load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.2"
}
}