UNPKG

uxess

Version:

Generic authorization module for role-based handling of ui elements

73 lines (72 loc) 1.98 kB
{ "name": "uxess", "version": "0.4.1", "description": "Generic authorization module for role-based handling of ui elements", "keywords": [ "angularjs", "generic", "authorization", "role", "access", "ngAnimate", "user interface", "user experience", "directive", "ui", "ux" ], "author": { "name": "Felix Heck", "email": "hi@whoTheHeck.de", "url": "http://whoTheHeck.de" }, "repository": { "type": "git", "url": "https://github.com/felixheck/uXess.git" }, "bugs": { "email": "hi@whoTheHeck.com", "url": "https://github.com/felixheck/uXess/issues" }, "license": "MIT", "main": "./dist/uxess.js", "scripts": { "start": "npm run watch:dist", "test": "npm run test:unit", "cover": "opn test/coverage/index.html --no-wait -- 'google chrome'", "sample": "opn sample/index.html --no-wait -- 'google chrome'", "test:unit": "karma start ./config/karma.conf.js", "test:e2e": "npm run protractor --force", "build": "node config/buildify.conf.js dist:build", "watch:dist": "gacher -p 'src/**/*.js' -c 'npm run build'", "selenium": "webdriver-manager start", "http": "http-server ./ -p 8080 -o sample", "protractor": "protractor config/protractor.conf.js", "preselenium": "webdriver-manager update --standalone" }, "devDependencies": { "angular-mocks": "^1.5.5", "buildify": "^0.4.0", "gacher": "^1.1.3", "http-server": "^0.9.0", "istanbul": "^0.4.3", "jasmine-core": "^2.4.1", "jasmine-spec-reporter": "^2.4.0", "karma": "^0.13.22", "karma-chrome-launcher": "^1.0.1", "karma-coverage": "^1.0.0", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.0.2", "karma-mocha-reporter": "^2.0.2", "opn-cli": "^3.1.0", "protractor": "^3.3.0" }, "dependencies": { "angular": "^1.5.5", "angular-animate": "^1.5.5" }, "engines": { "node": "6.0.0", "npm": "3.8.8" } }