UNPKG

angular-ui-router-tabs

Version:

Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router.

48 lines (47 loc) 1.32 kB
{ "name": "angular-ui-router-tabs", "description": "Idiot-proof tab panes with route support using Angular.js + Bootstrap 3 + UI Router.", "homepage": "http://github.com/rpocklin/ui-router-tabs", "author": "Robert Pocklington <rpocklin@gmail.com>", "main": "src/ui-router-tabs.js", "repository": { "type": "git", "url": "http://github.com/rpocklin/ui-router-tabs.git" }, "keywords": [ "angular", "tabs", "navigation", "ui-router", "bootstrap" ], "version": "2.0.2", "license": "MIT", "devDependencies": { "grunt": "~0.4.1", "grunt-autoprefixer": "~0.7.3", "grunt-cli": "~0.1.13", "grunt-contrib-connect": "~0.8.0", "grunt-contrib-jshint": "~0.7.1", "grunt-contrib-watch": "~0.6.1", "grunt-jsbeautifier": "^0.2.10", "grunt-karma": "^0.12.2", "grunt-karma-coveralls": "~2.3.0", "jshint-stylish": "~0.1.3", "karma": "^0.13.22", "karma-coverage": "~0.2.4", "karma-jasmine": "~0.1.5", "karma-ng-html2js-preprocessor": "~0.1.0", "karma-phantomjs-launcher": "^1.0.0", "load-grunt-tasks": "~0.6.0", "phantomjs-prebuilt": "^2.1.7", "static-site-generator-webpack-plugin": "^2.0.1", "time-grunt": "~0.2.1" }, "engines": { "node": ">=4.1.0" }, "scripts": { "test": "grunt karma" } }