forked from devmark/angular-slick-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 907 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
30
31
32
33
34
35
36
37
{
"name": "angular-slick-carousel",
"version": "1.0.0",
"description": "Angular directive for slick-carousel",
"main": "Gruntfile.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/kbdaitch/angular-slick-carousel.git"
},
"keywords": [
"angular",
"directive",
"slick",
"carousel",
"slick-carousel"
],
"author": "Karan Batra-Daitch",
"license": "MIT",
"bugs": {
"url": "https://github.com/kbdaitch/angular-slick-carousel/issues"
},
"homepage": "https://github.com/kbdaitch/angular-slick-carousel",
"devDependencies": {
"karma": "~0.12.3",
"karma-phantomjs-launcher": "~0.1.3",
"karma-jasmine": "~0.1.5",
"grunt": "~0.4.4",
"grunt-karma": "~0.8.2",
"karma-chrome-launcher": "~0.1.3"
}
}