-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 861 Bytes
/
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
{
"name": "basic-page",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Max Hoeffner (faxemaxe)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/faxemaxe/static-starter"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-changed": "^3.2.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^5.0.3",
"gulp-util": "^3.0.8",
"postcss-color-function": "^4.0.0",
"suitcss": "^3.0.0",
"suitcss-base": "^5.0.0",
"suitcss-components-grid": "^4.0.0",
"suitcss-preprocessor": "^4.0.0",
"suitcss-utils-display": "^1.0.2",
"suitcss-utils-flex": "^2.0.1",
"suitcss-utils-size": "^2.0.0",
"suitcss-utils-text": "^1.0.0",
"through2": "^3.0.0"
}
}