deployment ready
This commit is contained in:
38
bower_components/microplugin/.bower.json
vendored
Normal file
38
bower_components/microplugin/.bower.json
vendored
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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": {},
|
||||
"homepage": "https://github.com/brianreavis/microplugin.js",
|
||||
"_release": "0.0.3",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.0.3",
|
||||
"commit": "d8671e6cc769938648f8735610534427cdeeaf67"
|
||||
},
|
||||
"_source": "https://github.com/brianreavis/microplugin.js.git",
|
||||
"_target": "0.0.x",
|
||||
"_originalSource": "microplugin"
|
||||
}
|
||||
Reference in New Issue
Block a user