forked from intellix/angular-multi-carousel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 786 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
{
"name": "angular-multi-carousel",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.7.6",
"browser-sync-spa": "^1.0.2",
"del": "^1.2.0",
"eslint": "^0.21.2",
"eslint-plugin-angular": "0.0.7",
"gulp": "^3.8.11",
"gulp-angular-templatecache": "^1.7.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-eslint": "^0.12.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "0.0.4",
"gulp-load-plugins": "^0.10.0",
"gulp-sass": "^2.0.1",
"gulp-size": "^1.2.2",
"gulp-util": "^3.0.5",
"main-bower-files": "^2.8.0",
"require-dir": "^0.3.0",
"util": "^0.10.3"
}
}