forked from biotope/biotope-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.46 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.46 KB
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
{
"name": "frontend-framework",
"title": "VI Frontend Framework",
"version": "5.1.1",
"description": "Modern HTML5 UI Framework",
"repository": {
"type": "git",
"url": "https://github.com/virtualidentityag/frontend-framework.git"
},
"license": "MIT",
"scripts": {
"test:travis": "mocha test/travis/build.js",
"serve": "gulp serve",
"build": "gulp build"
},
"dependencies": {
"@types/jquery": "2.0.48",
"@types/modernizr": "3.5.1",
"breakpoint-sass": "2.7.1",
"conditional-resource-loader": "https://github.com/virtualidentityag/conditional-resource-loader.git#1.2.2",
"enquire": "https://github.com/WickyNilliams/enquire.js.git#v2.1.6",
"handlebars": "4.0.11",
"jQuery.DebouncedResize": "https://github.com/virtualidentityag/jQuery.DebouncedResize.git#1.0.2",
"jquery": "3.2.1",
"jquery-base": "https://github.com/vi-plugins/jquery-base.git#1.0.0",
"jquery-debouncedwidth": "https://github.com/janrembold/jquery-debouncedwidth.git#v1.1.3",
"jquery-events": "https://github.com/vi-plugins/jquery-events.git#1.0.0",
"jquery-migrate": "3.0.1",
"normalize.css": "7.0.0",
"susy": "2.2.12",
"vi-css-helper": "https://github.com/virtualidentityag/vi-css-helper.git#1.1.1"
},
"devDependencies": {
"build-framework": "https://github.com/frontend-framework/build-framework.git#5.1.1",
"gulp": "3.9.1",
"mocha": "3.4.1"
},
"engines": {
"node": ">=8.0.0",
"yarn": ">=1.0.0"
}
}