Initial setup of mycontroller

This commit is contained in:
2019-11-28 09:16:11 -06:00
parent 62d71e30c1
commit 665eb783be
504 changed files with 212034 additions and 0 deletions

View File

@@ -0,0 +1,41 @@
{
"name": "angular-bootstrap-switch",
"version": "0.4.1",
"author": {
"name": "Francesco Pontillo",
"email": "francescopontillo@gmail.com",
"url": "https://github.com/frapontillo"
},
"homepage": "https://github.com/frapontillo/angular-bootstrap-switch",
"repository": {
"type": "git",
"url": "git@github.com:frapontillo/angular-bootstrap-switch.git"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./dist/angular-bootstrap-switch.js",
"dependencies": {
"angular": "~1.4.0",
"jquery": ">=1.9.0",
"bootstrap": ">=2.3.2",
"bootstrap-switch": "3.3.2"
},
"devDependencies": {
"angular-mocks": "~1.4.0",
"angular-scenario": "~1.4.0"
},
"_release": "0.4.1",
"_resolution": {
"type": "version",
"tag": "0.4.1",
"commit": "b740c532955c7a1f375d25802cb99cc1d5306441"
},
"_source": "git://github.com/frapontillo/angular-bootstrap-switch.git",
"_target": "~0.4.1",
"_originalSource": "angular-bootstrap-switch",
"_direct": true
}