HELLO v3!!!
This commit is contained in:
34
spec/fixtures/dynamic_finders/plugin_version/my-eyes-are-up-here/composer_file/package.json
vendored
Normal file
34
spec/fixtures/dynamic_finders/plugin_version/my-eyes-are-up-here/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user