Current section
Files
Jump to
Current section
Files
ex_effective_bootstrap
package.json
package.json
{
"name": "ex_effective_bootstrap",
"version": "0.1.9",
"description": "ExEffectiveBootstrap Javascript",
"author": "Code and Effect Inc.",
"license": "MIT",
"main": "./priv/static/ex_effective_bootstrap.js",
"repository": {
"type": "git",
"url": "git://github.com/code-and-effect/ex_effective_bootstrap.git"
},
"dependencies": {
"jquery": "*",
"popper.js": "^1.16.0",
"bootstrap": "^4.3.1"
},
"files": [
"README.md",
"package.json",
"priv/static/ex_effective_bootstrap.js",
"priv/static/ex_effective_bootstrap.css",
"priv/static/icons"
]
}