-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.14 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": "Digitaliserad.nu",
"version": "1.0.0",
"description": "Digital Guidelines and best practices for a digitalized workspace",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"author": "Joel Sandén <[email protected]",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.26.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.5.2",
"gulp-extname": "^0.2.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-minify-css": "^1.2.1",
"gulp-robots": "^2.0.4",
"gulp-sass": "^4.0.1",
"gulp-sitemap": "^5.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.1",
"gulp-uncss": "^1.0.1",
"panini": "^1.0.0",
"rimraf": "^2.4.3",
"run-sequence": "^2.2.1",
"style-sherpa": "^1.0.0",
"yargs": "^11.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/simpel/digitaliserad.nu"
},
"bugs": {
"url": "https://github.com/simpel/digitaliserad.nu/issues",
"email": "[email protected]"
},
"private": true
}