forked from ksachdeva/angular-swiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 795 Bytes
/
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
{
"name": "angular-swiper",
"version": "0.4.0",
"description": "Angular directive for nolimits4web/swiper",
"main": "dist/angular-swiper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ksachdeva/angular-swiper.git"
},
"keywords": [
"angular",
"swiper"
],
"author": "Kapil Sachdeva",
"license": "Apache",
"bugs": {
"url": "https://github.com/ksachdeva/angular-swiper/issues"
},
"homepage": "https://github.com/ksachdeva/angular-swiper",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-ng-annotate": "^0.5.2",
"gulp-uglify": "^1.1.0",
"gulp-webserver": "^0.9.0"
}
}