-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
{
"name": "ks-common-ui",
"version": "1.1.2",
"description": "ks-common-ui",
"scripts": {
"start": "gulp"
},
"dependencies": {
"@polymer/iron-icon": "3.0.0-pre.21",
"@polymer/iron-icons": "3.0.0-pre.21",
"@polymer/polymer": "^3.0.0",
"@webcomponents/webcomponentsjs": "^2.0.0",
"bootstrap": "3.3.5",
"sc-bootstrap-treeview": "1.2.4",
"fontawesome-icon": "^1.0.4",
"growl": "^1.10.5",
"jquery": "^3.3.1",
"polymer3-granite-bootstrap": "^4.0.0-polymer3"
},
"devDependencies": {
"@polymer/iron-demo-helpers": "^3.0.0-pre.21",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-remote-src": "^0.4.4",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-rimraf": "^0.2.2",
"postcss": "^7.0.16",
"postcss-import": "^12.0.1",
"wct-browser-legacy": "^1.0.0",
"yargs": "^13.2.1"
},
"authors": [
"Scania",
"Mohammed Ayowa <[email protected]> ([email protected])"
],
"repository": {
"type": "git",
"url": "git://github.com/github.com/mohammed-softordi/ks-common-ui.git"
},
"homepage": "https://github.com/mohammed-softordi/ks-common-ui",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"gulpfile.js"
]
}