diff --git a/.gitignore b/.gitignore index 5657f6ea7d574e423dc2c297e2e19a9dbd7a7170..5ec454fa11c419ee9e270bee2ba44c1f8f07053a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -vendor \ No newline at end of file +vendor +node_modules \ No newline at end of file diff --git a/composer.lock b/composer.lock new file mode 100644 index 0000000000000000000000000000000000000000..4ee0a02961f88c41399a86bca7d9d5da83b4a08e --- /dev/null +++ b/composer.lock @@ -0,0 +1,58 @@ +{ + "_readme": [ + "This file locks the dependencies of your project to a known state", + "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file" + ], + "hash": "00b466b2559c0eba474c60bd0b7f040c", + "packages": [ + { + "name": "voceconnect/voce-settings-api", + "version": "v0.4.8", + "source": { + "type": "git", + "url": "https://github.com/voceconnect/voce-settings-api.git", + "reference": "e97e2e4efa0117fd181805fbf217f57f6c5afa3c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/voceconnect/voce-settings-api/zipball/e97e2e4efa0117fd181805fbf217f57f6c5afa3c", + "reference": "e97e2e4efa0117fd181805fbf217f57f6c5afa3c", + "shasum": "" + }, + "type": "library", + "autoload": { + "files": [ + "voce-settings-api.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPLv2+" + ], + "authors": [ + { + "name": "Michael Pretty", + "email": "mpretty@voceconnect.com" + } + ], + "description": "A simplification of the core WordPress settings API", + "time": "2014-07-17 03:33:57" + } + ], + "packages-dev": [ + + ], + "aliases": [ + + ], + "minimum-stability": "stable", + "stability-flags": [ + + ], + "platform": [ + + ], + "platform-dev": [ + + ] +}