-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.83 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@axa-ch/style-guide",
"version": "0.7.0",
"description": "AXA Switzerland Web Styleguide",
"keywords": [
"axa",
"switzerland",
"versicherungen",
"web",
"style",
"guide"
],
"repository": {
"type": "git",
"url": "https://github.com/axa-ch/style-guide.git"
},
"author": "AXA Versicherungen AG",
"license": "LicenseRef-LICENSE",
"bugs": {
"url": "https://github.com/axa-ch/style-guide/issues"
},
"homepage": "http://design.axa.ch",
"devDependencies": {
"autoprefixer-core": "~3.1.1",
"coffee-script": "^1.9.2",
"colors": "^1.1.2",
"csswring": "~1.3.0",
"del": "^0.1.3",
"extend": "^3.0.0",
"form-data": "^0.2.0",
"front-matter": "^1.0.0",
"gulp": "^3.8.8",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat": "^2.4.0",
"gulp-filter": "^2.0.2",
"gulp-generate-bower-json": "1.0.0",
"gulp-git": "0.5.2",
"gulp-gzip": "^0.0.8",
"gulp-iconfont": "^0.1.2",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-less": "^1.3.5",
"gulp-load-tasks": "git+https://github.com/sventschui/gulp-load-tasks",
"gulp-ng-annotate": "^0.5.2",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "~2.0.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.1.4",
"gulp-svgmin": "^1.1.2",
"gulp-svgstore": "^5.0.1",
"gulp-tar": "^1.3.1",
"gulp-template": "^1.1.0",
"gulp-uglify": "~1.0.1",
"gulp-util": "^3.0.1",
"gulp-watch": "^1.0.2",
"gulp-watch-sequence": "0.0.4",
"gulp-webserver": "git+https://github.com/davidknezic/gulp-webserver#connect-livereload-update",
"gulp-zip": "^3.0.2",
"highlight.js": "^8.2.0",
"iframe-resizer": "^2.8.10",
"jade": "^1.8.1",
"jquery": "^2.1.3",
"jshint-stylish": "^1.0.1",
"lodash": "^3.10.1",
"lunr": "^0.5.9",
"marked": "git+https://github.com/sventschui/marked",
"merge-stream": "^0.1.5",
"metalsmith": "^1.0.1",
"metalsmith-branch": "0.0.4",
"metalsmith-collections": "git+https://github.com/axa-ch/metalsmith-collections",
"metalsmith-copy": "^0.2.1",
"metalsmith-define": "1.0.0",
"metalsmith-drafts": "0.0.1",
"metalsmith-filepath": "^1.0.1",
"metalsmith-ignore": "^0.1.2",
"metalsmith-jade": "0.0.3",
"metalsmith-lunr": "git+https://github.com/sventschui/metalsmith-lunr",
"metalsmith-markdown": "git+https://github.com/axa-ch/metalsmith-markdown",
"metalsmith-relative": "^1.0.3",
"metalsmith-templates": "git+https://github.com/axa-ch/metalsmith-templates",
"minimatch": "^2.0.10",
"moment": "^2.9.0",
"npm": "^2.1.18",
"octonode": "^0.7.1",
"postcss-pseudoelements": "^1.0.0",
"prompt": "^0.2.14",
"run-sequence": "^0.3.6",
"svg4everybody": "git+https://github.com/jonathantneal/svg4everybody",
"zeroclipboard": "^2.2.0"
}
}