| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- {
- "name": "angular-disable-all",
- "description": "Angular directive that allows to disable any element (for example DIV) content (inputs, buttons, etc.) and disable clicks on the given element",
- "version": "0.0.2",
- "keywords": [
- "disable-all",
- "angular-disable-all"
- ],
- "authors": [
- {
- "name": "Umed Khudoiberdiev",
- "email": "info@zar.tj"
- }
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/PLEEROCK/angular-disable-all.git"
- },
- "main": [
- "./dist/angular-disable-all.js"
- ],
- "ignore": [
- ".gitignore",
- ".jshintrc",
- "package.json",
- "gulpfile.js",
- "node_modules",
- "bower_components",
- "src",
- "reports",
- "samples",
- "test"
- ],
- "dependencies": {
- "angular": ">= 1.0.8"
- },
- "devDependencies": {
- "angular-mocks": ">= 1.0.8",
- "angular-scenario": ">= 1.0.8"
- },
- "homepage": "https://github.com/PLEEROCK/angular-disable-all",
- "_release": "0.0.2",
- "_resolution": {
- "type": "version",
- "tag": "0.0.2",
- "commit": "dee8f32457e441b4d4f1c660a01dbe2009524d7d"
- },
- "_source": "https://github.com/PLEEROCK/angular-disable-all.git",
- "_target": "^0.0.2",
- "_originalSource": "angular-disable-all",
- "_direct": true
- }
|