deployment ready

This commit is contained in:
Rohit
2019-06-07 01:50:06 -04:00
parent 28f9d5041d
commit 622b0d9490
51 changed files with 25784 additions and 181 deletions

22
bower_components/microplugin/bower.json vendored Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "microplugin",
"keywords": ["extensibility","plugins","architecture","require","dependencies"],
"description": "A lightweight plugin / dependency system for javascript libraries.",
"version": "0.0.3",
"license": "Apache License, Version 2.0",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git://github.com/brianreavis/microplugin.js.git"
},
"main": [
"src/microplugin.js"
],
"ignore": [
"Makefile",
"test",
".travis.yml",
".npmignore.yml"
],
"dependencies": {}
}