UNPKG

angular-open-ui

Version:

A collection of AngularJS Open UI components

67 lines (66 loc) 2.45 kB
{ "name": "angular-open-ui", "version": "0.1.2", "description": "A collection of AngularJS Open UI components", "main": "dist/angular-open-ui.js", "author": "Danny Lum", "homepage": "https://github.com/dannielum/angular-open-ui", "license": "ISC", "devDependencies": { "angular": "^1.5.3", "angular-animate": "^1.5.3", "angular-aria": "^1.5.3", "angular-mocks": "^1.5.5", "angular-route": "^1.5.3", "angular-ui-bootstrap": "^1.3.2", "connect-history-api-fallback": "^1.2.0", "gulp": "^3.9.1", "gulp-browserify": "^0.5.1", "gulp-bundle-assets": "^2.23.0", "gulp-clean": "^0.3.1", "gulp-connect": "^3.2.2", "gulp-if": "^2.0.0", "gulp-load-plugins": "^1.2.0", "gulp-protractor": "^2.2.0", "gulp-rename": "^1.2.2", "gulp-sass": "^2.2.0", "gulp-tsc": "^1.1.4", "http-server": "^0.9.0", "jasmine-core": "^2.4.1", "jquery": "^2.2.3", "karma": "^0.13.19", "karma-chrome-launcher": "^0.2.2", "karma-firefox-launcher": "^0.1.7", "karma-jasmine": "^0.3.7", "karma-junit-reporter": "^0.4.1", "moment": "^2.12.0", "protractor": "^3.0.0", "shelljs": "^0.6.0", "vinyl-source-stream": "^1.1.0", "yargs": "^4.5.0" }, "dependencies": { }, "peerDependencies": { "angular": "^1.5.x", "angular-ui-bootstrap": "^1.3.2", "moment": "^2.12.0" }, "scripts": { "postinstall": "typings install", "prestart": "npm install", "start": "http-server -a localhost -p 8000 -c-1", "pretest": "npm install", "test": "karma start karma.conf.js", "test-single-run": "karma start karma.conf.js --single-run", "preupdate-webdriver": "npm install", "update-webdriver": "webdriver-manager update", "preprotractor": "npm run update-webdriver", "protractor": "protractor e2e-tests/protractor.conf.js", "update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + sed(/sourceMappingURL=angular-loader.min.js.map/,'sourceMappingURL=bower_components/angular-loader/angular-loader.min.js.map','src/bower_components/angular-loader/angular-loader.min.js') + '\\n//@@NG_LOADER_END@@', 'src/index-async.html');\"" }, "repository": { "type": "git", "url": "git+https://github.com/dannielum/angular-open-ui.git" } }