nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / ng-dialog / package.json
1 {
2   "name": "ng-dialog",
3   "version": "0.6.6",
4   "homepage": "https://github.com/likeastore/ngDialog",
5   "description": "Modal dialogs and popups provider for Angular.js applications",
6   "main": "./js/ngDialog.js",
7   "style": "./css/ngDialog.css",
8   "scripts": {
9     "pretest": "npm install && bower install --allow-root",
10     "test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
11     "test-min": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS --min",
12     "test-watch": "./node_modules/karma/bin/karma start --auto-watch --browsers PhantomJS",
13     "serve": "node server",
14     "webdriver-update": "node_modules/.bin/webdriver-manager update --standalone",
15     "webdriver": "node_modules/.bin/webdriver-manager start",
16     "preprotractor": "npm install && bower install --allow-root",
17     "protractor": "node_modules/.bin/protractor protractor.conf.js",
18     "protractor-a11y": "node_modules/.bin/protractor protractor.conf.js --a11y",
19     "protractor-console": "node_modules/.bin/protractor protractor.conf.js --console-error",
20     "build": "grunt build"
21   },
22   "directories": {
23     "test": "tests"
24   },
25   "keywords": [
26     "angular.js",
27     "modals",
28     "popups",
29     "dialog",
30     "ng",
31     "provider",
32     "factory",
33     "directive"
34   ],
35   "author": {
36     "name": "Dmitri Voronianski",
37     "email": "dmitri.voronianski@gmail.com",
38     "web": "http://pixelhunter.me",
39     "twitter": "voronianski"
40   },
41   "bugs": "https://github.com/likeastore/ngDialog/issues",
42   "repository": {
43     "type": "git",
44     "url": "https://github.com/likeastore/ngDialog"
45   },
46   "readmeFilename": "README.md",
47   "license": "MIT",
48   "devDependencies": {
49     "express": "^4.13.3",
50     "grunt": "^0.4.5",
51     "grunt-cli": "^0.1.13",
52     "grunt-contrib-cssmin": "^0.14.0",
53     "grunt-contrib-jshint": "^0.11.3",
54     "grunt-contrib-uglify": "^0.9.2",
55     "grunt-myth": "^1.0.1",
56     "jasmine-core": "^2.3.4",
57     "karma": "^1.3.0",
58     "karma-coverage": "^1.1.1",
59     "karma-jasmine": "^1.1.0",
60     "karma-phantomjs-launcher": "^1.0.2",
61     "myth": "^1.5.0",
62     "phantomjs": "^2.1.7",
63     "protractor": "^2.2.0"
64   }
65 }