forked from Dragana-Filipovic/style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.44 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@axa-ch/style-guide",
"version": "0.12.1",
"description": "AXA Switzerland Web Styleguide",
"keywords": [
"axa",
"switzerland",
"versicherungen",
"web",
"style",
"guide"
],
"main": "jquery/index.js",
"repository": {
"type": "git",
"url": "https://github.com/axa-ch/style-guide.git"
},
"scripts": {
"dev": "./node_modules/.bin/gulp dev",
"build": "./node_modules/.bin/gulp build",
"start": "./node_modules/.bin/gulp build && ./node_modules/.bin/gulp serve"
},
"author": "AXA Versicherungen AG",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/axa-ch/style-guide/issues"
},
"browserify-shim": {
"jquery": "global:jQuery",
"baconjs": "global:Bacon",
"iframe-resizer": "global:iFrameResize",
"moment": "global:moment"
},
"homepage": "http://design.axa.ch",
"devDependencies": {
"autoprefixer-core": "~3.1.1",
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"babelify": "^7.2.0",
"baconjs": "^0.7.73",
"browserify": "^12.0.1",
"browserify-shim": "^3.8.11",
"cheet.js": "^0.3.3",
"coffee-script": "^1.9.2",
"coffeeify": "^1.1.0",
"colors": "^1.1.2",
"csswring": "~1.3.0",
"del": "^0.1.3",
"extend": "^3.0.0",
"front-matter": "^1.0.0",
"gulp": "^3.8.8",
"gulp-babel": "^5.2.1",
"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-if": "^1.2.5",
"gulp-jshint": "^1.10.0",
"gulp-less": "^3.0.3",
"gulp-load-tasks": "^0.8.4",
"gulp-modernizr": "0.0.0",
"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.7",
"gulp-watch": "^1.0.2",
"gulp-watch-sequence": "0.0.4",
"gulp-webserver": "git+https://github.com/davidknezic/gulp-webserver#connect-livereload-update",
"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",
"mkdirp": "^0.5.1",
"moment": "^2.9.0",
"node-notifier": "^4.3.1",
"octonode": "^0.7.1",
"postcss-pseudoelements": "^1.0.0",
"run-sequence": "^0.3.6",
"svg4everybody": "git+https://github.com/jonathantneal/svg4everybody",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"zeroclipboard": "^2.2.0"
}
}