forked from HansUXdev/Motion-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
41
42
{
"name": "motion-template",
"version": "1.0.0",
"description": "Motion Template for Foundation for Sites.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"rebuild": "npm rebuild node-sass",
"build": "gulp build --production"
},
"author": "HANS ",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.0",
"gulp-image-resize": "^0.7.1",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"panini": "^1.0.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.0",
"style-sherpa": "^1.0.0",
"video.js": "^5.5.3",
"webpack-stream": "^3.1.0",
"yargs": "^3.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HansUXdev/Motion-template.git"
},
"private": true
}