forked from mattbanks/Drupal-7-Starter-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 701 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 701 Bytes
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
{
"name": "drupal-starter-theme",
"version": "1.0.0",
"dependencies": {},
"devDependencies": {
"autoprefixer-core": "^5.1.4",
"browser-sync": "^2.0.0-rc9",
"del": "^1.1.1",
"event-stream": "^3.2.2",
"gulp": "^3.8.10",
"gulp-cache": "^0.2.4",
"gulp-concat": "^2.4.3",
"gulp-filter": "^2.0.1",
"gulp-imagemin": "^2.1.0",
"gulp-load-plugins": "^0.8.0",
"gulp-newer": "^0.5.0",
"gulp-postcss": "^4.0.3",
"gulp-sass": "^1.3.2",
"gulp-shell": "^0.2.11",
"gulp-size": "^1.2.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-typescript": "^2.4.2"
},
"scripts": {
"postinstall": "find node_modules/ -name '*.info' -type f -delete"
}
}