-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1019 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
34
35
36
37
38
39
40
41
42
{
"name": "@deidee/destijl",
"version": "1.2.9",
"description": "destijl is het digitale stijlblad van deidee voor websites van deidee. Het is de implementatie van de huisstijl van deidee voor online media.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deidee/destijl.git"
},
"keywords": [
"css",
"sass",
"scss",
"flexbox",
"style",
"gulp"
],
"author": "ACJ",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/deidee/destijl/issues"
},
"homepage": "https://github.com/deidee/destijl#readme",
"private": true,
"devDependencies": {
"@deidee/deflex": "*",
"@deidee/dejade": "*",
"@deidee/desass": "*",
"@deidee/hetpalet": "*",
"brand-colors": "*",
"gulp": "^*",
"gulp-header": "*",
"gulp-rename": "*",
"gulp-sass": "*",
"gulp-sourcemaps": "*",
"gulp-twig": "*",
"sass": "*"
}
}