forked from romannurik/AndroidIconAnimator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.49 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.18.0",
"babelify": "^7.2.0",
"browser-sync": "^2.12.8",
"browserify": "^13.0.0",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.2.0",
"globby": "^6.1.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.13",
"gulp-cache": "^0.4.5",
"gulp-changed": "^1.0.0",
"gulp-csso": "^2.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-git": "^1.12.0",
"gulp-if": "^2.0.1",
"gulp-ignore": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-load-plugins": "^1.2.3",
"gulp-minify-html": "^1.0.6",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-sass": "^3.0.0",
"gulp-sass-glob": "^1.0.6",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg-ngmaterial": "^2.0.2",
"gulp-uglify": "^2.0.0",
"jquery": "^3.1.1",
"merge-stream": "^1.0.0",
"mocha": "^3.2.0",
"opn": "^4.0.2",
"require-dir": "^0.3.0",
"require-globify": "^1.3.0",
"run-sequence": "^1.2.0",
"through2": "^2.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp test",
"postinstall": "bower install"
},
"dependencies": {
"bezier-easing": "^2.0.3",
"bezier-js": "^2.0.1",
"tinycolor2": "^1.4.1",
"zipjs-browserify": "^1.0.1"
}
}