This repository has been archived by the owner on Nov 20, 2017. It is now read-only.
forked from commercetools/commercetools-sunrise-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 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
{
"name": "commercetools-sunrise-theme-geberit",
"version": "0.0.1",
"description": "Theme for commercetools Sunrise online shop",
"repository": {
"type": "git",
"url": "git://github.com/commercetools/commercetools-sunrise-theme.git"
},
"config": {
"github": {
"username": "automation-commercetools",
"email": "automation@commercetools.de",
"repoSlug": "commercetools/commercetools-sunrise-theme"
},
"maven": {
"groupId": "com.commercetools.sunrise",
"repositoryId": "commercetools-bintray",
"url": "https://api.bintray.com/maven/commercetools/maven/commercetools-sunrise-theme"
}
},
"bugs": {
"url": "https://github.com/commercetools/commercetools-sunrise-theme/issues"
},
"homepage": "https://github.com/commercetools/commercetools-sunrise-theme#readme",
"keywords": [
"Sunrise",
"commercetools",
"theme",
"template",
"i18n",
"Handlebars"
],
"private": true,
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.2.3",
"glob": "^6.0.4",
"grunt": "^0.4.5",
"grunt-asset-fingerprint": "^0.2.1",
"grunt-compile-handlebars": "^2.0.0",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^1.0.0",
"grunt-maven-tasks": "^1.3.5",
"grunt-postcss": "^0.7.1",
"handlebars": "^4.0.5",
"i18next": "^1.10.6",
"i18next.yaml": "^1.6.0",
"json-refs": "^2.0.3",
"load-grunt-tasks": "^3.4.0",
"node-sass": "^3.4.2"
}
}