-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 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
{
"name": "edition-tirol-shop",
"version": "1.0.0",
"description": "Edition Tirol Shop Theme for WooCommerce",
"author": "Markus Reiter",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/reitermarkus/edition-tirol-shop.git"
},
"main": "Gruntfile.js",
"scripts": {
"preinstall": "type grunt &>/dev/null || npm -g update && npm -g install grunt-cli; type bundle &>/dev/null || gem update --system && gem install bundler",
"install": "type bundle &>/dev/null && bundle install",
"postinstall": "npm update caniuse-db; rm -r fonts/font-awesome && cp -r node_modules/font-awesome/fonts/ fonts/font-awesome/"
},
"devDependencies": {
"autoprefixer": "^6.6.0",
"bourbon": "^4.2.7",
"font-awesome": "^4.7.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-cssbeautifier": "^0.1.9",
"grunt-postcss": "^0.8.0",
"grunt-scss-lint": "^0.5.0",
"grunt-shell": "^2.1.0",
"normalize-scss": "^6.0.0",
"postcss-flexboxfixer": "^0.0.5",
"postcss-gradientfixer": "0.0.6",
"postcss-remove-prefixes": "^1.1.0",
"postcss-unprefix": "^1.0.0",
"susy": "^2.2.12"
}
}