-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.23 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
{
"name": "Drupal7_theme_development",
"version": "1.0.0",
"description": "Drupal 7 theme development",
"main": "gulpfile.js",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.23.5",
"bs-rewrite-rules": "^2.1.2",
"fs": "0.0.1-security",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat-util": "^0.5.5",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.3",
"motion-ui": "^1.2.3"
},
"scripts": {
"start": "gulp",
"build": "gulp sass",
"nc": "./scripts/add-component"
},
"repository": {
"type": "git",
"url": "https://github.com/zurb/foundation-sites-template.git"
},
"bugs": {
"url": "https://github.com/zurb/foundation-sites/issues",
"email": "[email protected]"
},
"author": "ZURB <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"foundation-sites": "^6.4.4-rc1"
}
}