| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "name": "angular-strap",
- "description": "AngularStrap - AngularJS directives for Bootstrap",
- "version": "2.3.5",
- "keywords": [
- "angular",
- "bootstrap"
- ],
- "main": "dist/angular-strap.js",
- "homepage": "http://mgcrea.github.io/angular-strap",
- "bugs": "https://github.com/mgcrea/angular-strap/issues",
- "author": {
- "name": "Olivier Louvignes",
- "email": "olivier@mg-crea.com",
- "url": "https://github.com/mgcrea"
- },
- "contributors": [
- {
- "name": "Vitor Fernandes",
- "url": "https://github.com/vmlf01"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/mgcrea/angular-strap.git"
- },
- "license": "MIT",
- "dependencies": {},
- "devDependencies": {
- "codeclimate-test-reporter": "^0.1.1",
- "del": "^2.0.2",
- "eslint": "^1.7.3",
- "eslint-config-airbnb": "^0.1.0",
- "factory-angular-channels": "^0.8.9",
- "gulp-jshint": "^1.11.2",
- "gulp-ng-annotate": "^1.1.0",
- "gulp-pre": "^4.0.0-alpha.4",
- "gulp-rename": "^1.2.2",
- "gulp-uglify": "^1.4.2",
- "gulp-util": "^3.0.7",
- "jasmine-core": "^2.3.4",
- "jshint-stylish": "^2.0.1",
- "karma": "^0.13.14",
- "karma-chrome-launcher": "^0.2.1",
- "karma-coverage": "^0.5.3",
- "karma-jasmine": "^0.3.6",
- "karma-phantomjs-launcher": "^0.2.1",
- "karma-sauce-launcher": "^0.3.0",
- "ng-factory": "^1.0",
- "phantomjs": "^1.9.18",
- "through2": "^2.0.0",
- "undertaker-lib-tasks": "^0.4.3"
- },
- "scripts": {
- "test": "$(npm bin)/gulp jshint karma:unit"
- }
- }
|