-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "demo",
"version": "1.0.0",
"description": "Sub theme for the demo",
"main": "index.js",
"scripts": {
"test": "gulp"
},
"author": "Maikel Koopman and Lisa Corcoran",
"license": "GPL",
"repository": {
"type": "git",
"url": "https://github.com/left23/open_social_living_style_guide"
},
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.3",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"drupal-attribute": "^1.0.2",
"eslint": "^3.14.0",
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-flatten": "^0.3.1",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^1.3.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.2.0",
"gulp-prompt": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-rsync": "0.0.7",
"gulp-rucksack": "^0.1.3",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.1.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.2.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.1.0",
"gulp-twig": "^0.5.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"kss": "https://github.com/kss-node/kss-node#6ca871173c53c40ca2920f8c2ea2b6eda367b6d3",
"minimist": "^1.2.0",
"node-sass-import-once": "^1.2.0",
"path": "^0.12.7",
"prismjs": "^1.8.1",
"run-sequence": "^1.2.2",
"sass-lint": "^1.7.0"
},
"resolutions": {
"**/twig-drupal-filters": "goalgorilla/twig-drupal-filters"
},
"dependencies": {
"twig-drupal-filters": "goalgorilla/twig-drupal-filters"
}
}