forked from sharecuts/website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 760 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 760 Bytes
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
{
"name": "sharecuts-tpl",
"version": "1.0.0",
"description": "Base template for Sharecuts 1.0",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.24.6",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.3",
"gulp-imagemin": "^4.1.0",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"moment": "^2.22.2"
},
"devDependencies": {
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-svgo": "^1.5.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "doug c. hardester (r3volution11)",
"license": "ISC"
}