forked from nebulr/ui-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "angular-ui-swiper",
"version": "2.3.8",
"description": "Most modern mobile touch slider for angular js",
"main": "index.js",
"scripts": {
"start": "",
"test": "echo \"Error: no test specified\" && exit 1",
"stop": ""
},
"repository": {
"type": "git",
"url": "https://github.com/nebulr/ui-swiper"
},
"contributors": [
"James Meyer <[email protected]>"
],
"homepage": "",
"devDependencies": {
"browser-sync": "^2.12.1",
"connect-modrewrite": "^0.9.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.2.0",
"gulp-sass-glob": "^1.0.5",
"gulp-uglify": "^1.5.3",
"gulp-usemin": "^0.3.22",
"gulp-util": "^3.0.7"
},
"dependencies": {
"gulp-rename": "^1.2.2"
},
"keywords": [
"ui.swiper",
"angularjs",
"swiper",
"carousel",
"animation",
"pagination"
],
"author": "James A. Meyer",
"license": "MIT"
}