forked from startinggravity/Drupal-8-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·61 lines (61 loc) · 1.68 KB
/
package.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.68 KB
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
60
61
{
"name": "d8t",
"version": "0.1.0",
"repository": "https://github.com/erighetto/d8t",
"readme": "https://github.com/erighetto/d8t/blob/master/README.md",
"description": "A custom theme for Drupal 8 with development and performance features.",
"devDependencies": {
"browser-sync": "^2.7.13",
"compass-mixins": "^0.12.7",
"compass-options": "^0.1.1",
"critical": "^0.5.7",
"del": "^1.2.0",
"ghooks": "^0.3.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.3.1",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-exit": "0.0.2",
"gulp-filter": "^2.0.2",
"gulp-image-optimization": "^0.1.3",
"gulp-imagemin": "^2.3.0",
"gulp-install": "^0.4.0",
"gulp-jshint": "^1.11.2",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^5.1.10",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.3",
"gulp-shell": "^0.4.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-strip-debug": "^1.0.2",
"gulp-svgmin": "^1.2.0",
"gulp-task-listing": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-uncss": "^1.0.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"imagemin-pngquant": "^4.1.2",
"jshint-stylish": "^2.0.1",
"main-bower-files": "^2.13.1",
"ngrok": "^0.1.99",
"orchestrator": "^0.3.7",
"phantomas": "^1.11.0",
"psi": "^1.0.6",
"rimraf": "^2.4.1",
"run-sequence": "^1.1.2"
},
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
},
"config": {
"ghooks": {
"pre-push": "node_modules/.bin/gulp test"
}
},
"dependencies": {
"wiredep": "^4.0.0"
}
}