diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
| commit | b28028ac4082842143b0f528d6bc539da6ccb419 (patch) | |
| tree | 1e26ea969a781ed8e323fca4e3c76345113fc694 /www/lib/angular-carousel/package.json | |
| parent | 676270d21beed31d767a06c89522198c77d5d865 (diff) | |
mega changes, including updates and X
Diffstat (limited to 'www/lib/angular-carousel/package.json')
| -rw-r--r-- | www/lib/angular-carousel/package.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/www/lib/angular-carousel/package.json b/www/lib/angular-carousel/package.json new file mode 100644 index 00000000..fe7de489 --- /dev/null +++ b/www/lib/angular-carousel/package.json @@ -0,0 +1,50 @@ +{ + "name": "angular-carousel", + "description": "Angular Carousel - Mobile friendly touch carousel for AngularJS", + "version": "0.3.13", + "homepage": "http://revolunet.github.com/angular-carousel", + "author": "Julien Bouquillon <julien@revolunet.com>", + "repository": { + "type": "git", + "url": "git://github.com/revolunet/angular-carousel.git" + }, + "engines": { + "node": ">= 0.8" + }, + "licenses": [ + { + "type": "MIT", + "url": "http://revolunet.mit-license.org" + } + ], + "dependencies": {}, + "devDependencies": { + "grunt": "~0.4.2", + "grunt-autoprefixer": "^0.6.5", + "grunt-contrib-concat": "^0.3.0", + "grunt-contrib-connect": "^0.6.0", + "grunt-contrib-copy": "^0.5.0", + "grunt-contrib-cssmin": "^0.8.0", + "grunt-contrib-jshint": "^0.8.0", + "grunt-contrib-sass": "^0.7.2", + "grunt-contrib-uglify": "^0.3.2", + "grunt-contrib-watch": "^0.5.3", + "grunt-conventional-changelog": "~1.1.0", + "grunt-karma": "~0.6.2", + "grunt-ng-annotate": "^0.4.0", + "karma": "~0.10.9", + "karma-chrome-launcher": "~0.1.2", + "karma-firefox-launcher": "~0.1.3", + "karma-html2js-preprocessor": "~0.1.0", + "karma-jasmine": "~0.1.5", + "karma-phantomjs-launcher": "~0.1.2", + "karma-requirejs": "~0.2.1", + "karma-script-launcher": "~0.1.0", + "load-grunt-tasks": "~0.3.0", + "requirejs": "~2.1.11" + }, + "scripts": { + "test": "karma start test/karma.conf.js --single-run --browsers Chrome", + "test-server": "karma start test/karma.conf.js --browsers Chrome" + } +} |
