38 lines
913 B
JSON
38 lines
913 B
JSON
{
|
|
"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"
|
|
} |