-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "starterdeck",
"version": "2.0.0",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": [
"Felipe Arosemena <[email protected]>"
],
"license": "MIT",
"devDependencies": {
"aliasify": "^2.1.0",
"babel-preset-es2015": "^6.18.0",
"babelify": "~7.3.0",
"browser-sync": "2.18.6",
"browserify": "^13.3.0",
"classlist-polyfill": "^1.0.3",
"flickity": "^2.0.5",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.1",
"gulp-cache": "0.4.5",
"gulp-clean": "^0.3.2",
"gulp-minify-css": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.0",
"input-placeholder-polyfill": "^1.0.0",
"jquery": "^3.1.1",
"jquery-easing": "0.0.1",
"object-assign": "^4.1.1",
"promise-polyfill": "^6.0.2",
"smooth-scroll": "github:cferdinandi/smooth-scroll",
"viewport-units-buggyfill": "^0.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"watchify": "^3.8.0",
"whatwg-fetch": "^2.0.2"
}
}