We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44833cc commit 6546a43Copy full SHA for 6546a43
1 file changed
package.json
@@ -2,6 +2,12 @@
2
"name": "angular-slick-carousel",
3
"version": "3.0.10",
4
"main": "dist/angular-slick.js",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/devmark/angular-slick-carousel.git"
8
+ },
9
+ "author": "DevMark",
10
+ "license": "MIT",
11
"dependencies": {
12
"event-stream": "^3.3.1",
13
"gulp-concat": "^2.6.0",
@@ -10,9 +16,6 @@
16
"gulp-minify-css": "^1.2.0",
17
"gulp-plumber": "^1.0.1"
18
},
- "scripts": {
14
- "test": "gulp test"
15
- },
19
"devDependencies": {
20
"gulp": "~3.9.0",
21
"gulp-autoprefixer": "~2.3.1",
0 commit comments