| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "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"
- }
- }
|