-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "mde-swipe-to-refresh",
"version": "0.0.4",
"description": "Swipe to refresh (pull to refresh) for Angular Material",
"main": "index.js",
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alireza Mirian ([email protected])",
"license": "ISC",
"devDependencies": {
"child-process-promise": "^2.2.0",
"conventional-changelog": "^1.1.0",
"event-stream": "^3.3.2",
"fn.js": "^0.8.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-banner": "^0.1.3",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-filter": "^3.0.1",
"gulp-html2js": "^0.4.2",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.1.0",
"gulp-strip-banner": "0.0.2",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"merge2": "^1.0.3",
"sass-bidi": "^1.0.0",
"simple-git": "^1.63.0",
"streamqueue": "^1.1.1"
}
}