-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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",
"version": "0.73.0-SNAPSHOT",
"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": "[email protected]",
"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.7.7",
"glob": "7.1.4",
"grunt": "1.0.4",
"grunt-asset-fingerprint": "0.3.0",
"grunt-compile-handlebars": "2.0.2",
"grunt-contrib-clean": "1.1.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-imagemin": "1.0.1",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "3.4.0",
"grunt-contrib-watch": "1.1.0",
"grunt-gh-pages": "2.1.0",
"grunt-maven-tasks": "1.4.0",
"grunt-postcss": "0.9.0",
"handlebars": "4.0.14",
"i18next": "1.10.6",
"i18next.yaml": "1.6.0",
"json-refs": "2.1.7",
"load-grunt-tasks": "5.0.0",
"node-sass": "4.9.3"
}
}